25 projects for "running cppcheck on linux" with 2 filters applied:

  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
    Learn More
  • 1
    ravynOS

    ravynOS

    A BSD-based OS project that aims to provide an experience with MacOS

    ...We intend to bring many of the features you’ve come to love from macOS to ravynOS like clean design, global menus, and drag-and-drop installs. All of your FreeBSD ports and apps, Linux apps, and even trivial Darwin & macOS binaries can now run on ravynOS. And we’re actively working on improving it!
    Downloads: 19 This Week
    Last Update:
    See Project
  • 2
    Moss

    Moss

    Rust Linux-compatible kernel

    Moss Kernel is an open-source operating system kernel project designed to explore modern OS design and provide a foundation for experimental system research and development. Rather than replicating traditional monolithic kernels exactly, it emphasizes modularity, safety, and simplicity by incorporating well-structured subsystems for memory management, scheduling, and device abstraction that are easy for contributors to understand and extend. The kernel uses Rust as its primary implementation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    amforth: Interpreter on Microcontrollers

    amforth is an extendible interpreter on microcontrollers

    amforth is an extendable command interpreter running on AVR ATmega and TI MSP430 microcontrollers. The Risc-V and ARM architectures are ascending. Turnkey actions for IoT workloads are possible as well. The command language is close to the Forth 2012 standard.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    openQRM - Cloud Computing Platform

    openQRM - Cloud Computing Platform

    Get latest Edition here: http://www.openqrm-enterprise.com.

    openQRM is a web-based open source datacenter management and hybrid cloud computing platform that integrates flexibly with existing components in enterprise data centers. Releases available at https://github.com/openQRM/openqrm-community. Please visit http://www.openqrm-enterprise.com for latest 5.3 free Community Release. Includes important security updates, bugfixes and enhancements especially for KVM and Cloud plugin. openQRM abstracts Virtualization and supports the following...
    Downloads: 12 This Week
    Last Update:
    See Project
  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • 5
    Ancient UNIX/BSD emulation on Windows
    Providing an easy to use platform for running Ancient UNIX & BSD on windows.
    Leader badge
    Downloads: 342 This Week
    Last Update:
    See Project
  • 6
    Please find the linuxwacom project's new home on Github: https://linuxwacom.github.io/ Previous Description: This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 7
    TORO kernel
    TORO is demonstrating an innovative operating system by integrating at the same ring level both kernel and the user application server. The threads of the user application server are distributed evenly on all CPUs and running independently in parallel. The memory model chosen is NUMA without pagination. During the initialization, the memory is divided proportionally for each processor installed on the system. When a thread needs memory, the memory allocator returns a free block of memory...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Cooperative Linux

    Cooperative Linux

    Run Linux on Windows or other OSes, natively.

    Cooperative Linux is the first method for optimally running Linux on Windows and other operating systems natively. It is a port of the Linux kernel and support code that allows it to run cooperatively without emulation along with another operating system.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 9
    RC-EXPLOITER

    RC-EXPLOITER

    Brute-forcing WAN/LAN services

    The author does not hold any responsibility about the bad use of this script remember that attacking targets without prior consent is illegal and punish by law, this script as build to show how msf resource files can automated tasks. Scanning WAN networks In search of targets may take 10 to 15 minutes depending of your network connection, and will search In 1024 random hosts For the selected service/port, also the File 'brute.txt' may be edited to insert new entrys, or we can provide the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn traffic into pipeline and prospects into customers Icon
    Turn traffic into pipeline and prospects into customers

    For account executives and sales engineers looking for a solution to manage their insights and sales data

    Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
    Learn More
  • 10
    Crosos Operating System

    Crosos Operating System

    Crosos is a SubLinux Distribution

    Crosos is a open-source OS. It is based on the Linux Kernel and mostly uses the same code in Ubuntu (but it has been derived from Debian)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Intelligent Multi Kernel System

    Yet another Kernel - clone the git repo for newest version

    This Kernel is nothing special. Later it should be able to load and update Parts of itself while running. Every Kernel will be independent from other Kernels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Recursive LDD

    Recursive implementation of List Dynamic Dependencies (LDD)

    Recursive LDD (recursive-ldd) is a Perl script that allows displaying a tree-like hierarchy of shared library dependencies. The script calls on the standard Linux ldd utility in a recursion for every listed binary and library. It completes running when no matches are found in the current branch. It can also print unique values only as well as environment variables that affect the loading of libraries: LD_LIBRARY_PATH and LD_PRELOAD. Same limitations to standard ldd apply. Recursive-ldd cannot check libraries without read permissions.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    FreeWPC is a software framework for writing new software for 1990's Bally/Williams pinball machines. The framework allows you to build your own ROM images, define your own game rules, incorporate dot matrix animations, design lamp shows, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CleanOS is an operating system developed for educational purposes, initially to be an userspace GNU/Linux application running its executables and simulating the operating system task scheduler and IPC mechanisms. Now it supports a true i386 kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DPM explores technologies to improve power management, with a focus on techniques applicable to running systems, adjusting power parameters on-the-fly in order to save power during brief idle periods or execution of tasks with lower power demands.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    The purpose of this proyect is provide with a distributed system to manage extensions to modular kernels like Linux and Solaris kernels. It also manages programs running on RTLinux.This sistem will interact with kernel extensions through GNOME.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    The Enforcer is a Linux Security Module designed to improve integrity of a computer running Linux by ensuring no tampering of the filesystem. It can interact with TCPA hardware to provide higher levels of assurance for software and sensitive data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Nemesis is a tiny real time operating system kernel based on x86 PCs. Its main purpose is to serve as a simple but realistic example of an real time OS kernel running on real hardware..the purpose of this is that it can be embedded in small devices lik
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    LiveCD is a "Complete FreeBSD System running on CD".
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    The Memory Hotadd project aims to enhance the Linux memory management subsystem to allow integrating physical memory added to a running system. It is intended to be used on Non-NUMA Intel IA-32 based systems with memory hot-plug capability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The L4Ka microkernel is an L4 compatible microkernel running on multiple platforms (x86, ARM, MIPS, PPC, 68K). Its official name is now L4Ka::Hazelnut. This kernel has been discontinued in favor of L4Ka::Pistachio. See http://l4ka.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Covert Linux is technology of instalation for Linux without repartition the disk and running from native system, e.g. you can install Linux from ,say, Windows by grabbing some SETUP.EXE, launching it and then clicking on desktop icon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Tiny friendly OS in its early stage, running on x86 processors. Written in pure assembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Frame Diverter is mainly used for setting up a bridge with Squid running on it and transparently caching Web traffic between the LAN and the router. It's beeing extended to allow forwarding frames to other machines. It also allows layer 3+ switching
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Our goal is to bring the Linux operating system to NEC VRSeries devices, most of which were originally designed to run Windows CE. So far we have Linux up and running on the Vadem Clio, the Casio E-105, the Everex Freestyle, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB