Showing 59 open source projects for "libc"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    The LLVM Compiler Infrastructure

    The LLVM Compiler Infrastructure

    Collection of modular and reusable compiler and toolchain technologies

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines. LLVM began as a research project at the University of Illinois, with the goal of providing a modern, SSA-based compilation strategy capable of supporting both static and dynamic compilation of arbitrary programming languages. Since then, LLVM has grown to be an umbrella project consisting of a number of subprojects, many of...
    Downloads: 54 This Week
    Last Update:
    See Project
  • 2
    glaucus

    glaucus

    A simple and lightweight Linux distribution based on musl libc

    Glaucus is a Linux distribution built from scratch, focusing on simplicity, security, and performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    box64

    box64

    Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux

    Box86 lets you run x86 Linux programs (such as games) on non-x86 Linux systems, like ARM (the host system needs to be 32bit little-endian). Because box86 uses the native versions of some “system” libraries, like libc, libm, SDL, and OpenGL, it’s easy to integrate and use with most applications, and performance can be surprisingly high in some cases. Many games already work without much tweaking, for example: WorldOfGoo, Airline Tycoon Deluxe, and FTL. Many of the GameMaker Linux games also run fine. (There’s a long list, among them are Undertale, A Risk of Rain, or Cook Serve Delicious.) ...
    Downloads: 182 This Week
    Last Update:
    See Project
  • 4
    My Blog Technology

    My Blog Technology

    Custom web server for my blog

    This is a minimal web server designed to host my blog. It's built from scratch to be robust enough to face the public internet. No reverse proxies are required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 5
    Redox

    Redox

    Redox is an operating system written in Rust

    Redox is a Unix-like Operating System written in Rust, aiming to bring the innovations of Rust to a modern microkernel and full set of applications. Redox is a general purpose operating system written in pure Rust. Our aim is to provide a fully functioning Unix-like microkernel, that is both secure and free. We have modest compatibility with POSIX, allowing Redox to run many programs without porting. We take inspiration from Plan9, Minix, Linux, and BSD. Redox aims to synthesize years of...
    Downloads: 38 This Week
    Last Update:
    See Project
  • 6
    llamafile

    llamafile

    Distribute and run LLMs with a single file

    ...(announcement blog post). Our goal is to make open LLMs much more accessible to both developers and end users. We're doing that by combining llama.cpp with Cosmopolitan Libc into one framework that collapses all the complexity of LLMs down to a single-file executable (called a "llamafile") that runs locally on most computers, with no installation. The easiest way to try it for yourself is to download our example llamafile for the LLaVA model (license: LLaMA 2, OpenAI). LLaVA is a new LLM that can do more than just chat; you can also upload images and ask it questions about them. ...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    Emscripten

    Emscripten

    Emscripten: An LLVM-to-WebAssembly Compiler

    Emscripten is a complete open-source compiler toolchain that transforms C, C++, and other LLVM-based source code into WebAssembly (and JavaScript), enabling native‑like applications to run in web browsers, Node.js, and other Wasm environments. While Emscripten mostly focuses on compiling C and C++ using Clang, it can be integrated with other LLVM-using compilers (for example, Rust has Emscripten integration, with the wasm32-unknown-emscripten and asmjs-unknown-emscripten targets). Emscripten...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    box86

    box86

    Linux Userspace x86 Emulator targeted at ARM Linux devices

    Box86 lets you run x86 Linux programs (such as games) on non-x86 Linux systems, like ARM (the host system needs to be 32bit little-endian). Because box86 uses the native versions of some “system” libraries, like libc, libm, SDL, and OpenGL, it’s easy to integrate and use with most applications, and performance can be surprisingly high in some cases. Many games already work without much tweaking, for example WorldOfGoo, Airline Tycoon Deluxe, and FTL. Many of the GameMaker Linux games also run fine. (There’s a long list, among them are Undertale, A Risk of Rain, or Cook Serve Delicious.) ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    Cosmopolitan

    Cosmopolitan

    Build-once run-anywhere c library

    Cosmopolitan Libc makes C a build-once run-anywhere language, like Java, except it doesn't need an interpreter or virtual machine. Instead, it reconfigures stock GCC and Clang to output a POSIX-approved polyglot format that runs natively on Linux + Mac + Windows + FreeBSD + OpenBSD + NetBSD + BIOS with the best possible performance and the tiniest footprint imaginable.
    Downloads: 3 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Static Web Server

    Static Web Server

    A cross-platform, high-performance and asynchronous web server

    Static Web Server (or SWS abbreviated) is a tiny and fast production-ready web server suitable to serve static web files or assets. It is focused on lightness and easy-to-use principles while keeping high performance and safety powered by The Rust Programming Language. Written on top of Hyper and Tokio runtime, it provides concurrent and asynchronous networking abilities and the latest HTTP/1 - HTTP/2 implementations. Cross-platform and available for Linux, macOS, Windows, FreeBSD, NetBSD,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ProxyChains-NG

    ProxyChains-NG

    Hooks calls to sockets in dynamically linked programs

    proxychains ng (new generation), a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. proxychains is a hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies. The way it works is basically a HACK; so it is possible that it doesn't work with your program, especially when it's a script, or...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Featureless Linux Library

    Featureless Linux Library

    Linux Library on top of Libc focusing on long term support.

    When computer power increases, programmers generally add more "features", thus making any performance gains in new hardware negligible. This project is an attempt to develop a library above libc that breaks out of this terrible loop.
    Downloads: 63 This Week
    Last Update:
    See Project
  • 13
    V1 Script

    V1 Script

    A Script Language for Web, Linux and Windows

    ...The most buildin functions are compatible with PHP, for example fopen(). The current Version 0.96 is available for Windows (32 Bit, WinXP, Win7, Win10+), Linux (x86, 64 Bit, libc 2.2) and Linux (ARM, 32 Bit, libc 2.28). Tested ARM systems: Raspberry Pi Zero, Banana Pi Zero.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    ...XDA Thread (not maintained): https://forum.xda-developers.com/t/rom-9-0_r44-arm64-android-open-source-illusion-project-athene-unofficial.3889942/ Bugs: Only on arm builds Real Racing 3, Brawl Stars or apps that are dependent on libc bionic might not work. Where as, arm64 builds have random reboots, especially if you have 2GB variant. Note: The ROM is not being developed anymore, only Security Patches are being updated. So, if something doesn't work don't expect it to get fixed. Also, note that some Banking apps doesn't work. Test ROM fully before using it as daily driver.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 15
    fu11m00n/OS (v2.61)

    fu11m00n/OS (v2.61)

    A fast... hardened... live... immutable... modular Slackware based OS.

    Select the "Download" tab above to download the iso. (user/password "login" is... guest/guest or root/toor) After login enter... startx
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Dennix

    Dennix

    Dennix is a unix-like hobbyist operating system written from scratch

    Dennix is a Unix-like operating system with a monolithic kernel written in C++ and a POSIX-compliant userland. It is a fully self-hosting operating system, meaning it can compile itself from within its own environment. Dennix includes a basic windowing system, dynamic linker, and terminal interface, and supports ELF binaries, memory management, and multitasking. As a hobbyist OS, it offers an impressive amount of functionality and polish, making it a notable example in the field of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    freeRTOS & libraries for AVR ATmega

    freeRTOS & libraries for AVR ATmega

    freeRTOS for Arduino Uno, Goldilocks 1284p & Mega 2560

    AVR ATmega port of freeRTOS A port of freeRTOS which can be flexibly flexibly configured use almost any available Timer on AVR ATmega devices and will operate with almost any classic Arduino device from Arduino, SeeedStudio, Sparkfun, Freetronics or Pololu. Going forward this repository will be updated less often and only with major releases. Please check at Github for the latest commits. https://github.com/feilipu/avrfreertos The Goldilocks Analogue story is told here....
    Downloads: 17 This Week
    Last Update:
    See Project
  • 18
    jemalloc

    jemalloc

    A general purpose malloc(3) implementation

    jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. jemalloc first came into use as the FreeBSD libc allocator in 2005, and since then it has found its way into numerous applications that rely on its predictable behavior. In 2010 jemalloc development efforts broadened to include developer support features such as heap profiling and extensive monitoring/tuning hooks. Modern jemalloc releases continue to be integrated back into FreeBSD, and therefore versatility remains critical. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    yosild

    yosild

    Shell script that builds a full, minimal Linux distribution

    yosild is a minimalist Linux distribution designed for simplicity and small size, targeting educational and embedded uses. It provides a clean and lightweight base system built with busybox, musl libc, and a small init system, suitable for learning Linux internals or building custom environments from scratch. yosild aims to strip Linux down to its essentials while remaining usable and POSIX-compliant, and it can boot quickly on both physical hardware and virtual machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pony OS

    Pony OS

    My Little Unix: Kernels are Magic

    ponyos is a lightweight, UNIX-like operating system developed as a personal hobby project by the creator of ToaruOS. It features a monolithic kernel written in C and aims for a POSIX-compliant environment with a built-from-scratch userland. ponyos includes a graphical interface, dynamic linker, shared libraries, and a package manager. It’s designed for fun, experimentation, and as a platform to learn and play with operating system internals, with surprisingly advanced features given its...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 21

    Linux Kernel for server 5.4.140-sigmade

    Lite version Linux Kernel for server

    .../bin/bash cd /usr/src wget https://sourceforge.net/projects/kernel-5-4-140-sigmade/files/linux-kernel-5.4.140-sigmade.tar/download -O kernel.tar tar -xvf kernel.tar dpkg -i headers.deb image.deb libc-dev.deb rm kernel.tar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    xmlfy

    xmlfy

    Convert to XML on the fly

    xmlfy converts text/UTF based output into XML formatted output using schema files and/or options to control its behaviour. By Arthur Gouros.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    crossAtariST

    crossAtariST

    A Win32/MinGW port of the ancient port of GCC to the Atari ST

    I've been sourcing the parts of the original GCC 1.23/1.30 to the Atari ST, and rebuilding them to cross compile from Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AWS Greengrass Core C SDK

    AWS Greengrass Core C SDK

    SDK to use with functions running on Greengrass Core using C

    The AWS Greengrass Core SDK for C provides an interface to interact with the Greengrass Core system on the edge. It is c89 compliant and is meant to be performant while minimizing dependencies. The build will produce a shared object named libaws-greengrass-core-sdk-c.so under the build/aws-Greengrass-core-sdk-c directory. This is the shared object that the Lambda executable links to. The shared object is a stub implementation that helps Lambda executables to link against. It will be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Alpinelinux 3.7 aarch64 raspberrypi 3

    AlpineLinux 3.7 aarch64 kernel 4.10.17-v8+, built for the raspberrypi3

    ... - Kernel: 4.10.17-v8+ - List of packages installed: musl busybox alpine-baselayout openrc alpine-conf libressl2.6-libcrypto libressl2.6-libssl zlib apk-tools busybox-suid busybox-initscripts scanelf musl-utils libc-utils alpine-keys alpine-base openssh-keygen openssh-client openssh-sftp-server openssh-server-common openssh-server openssh dbus-libs libnl3 pcsc-lite-libs wpa_supplicant sudo libcap chrony - md5sum: 65fa3f596c23c2bf68fbfec811aa6300 Pretty much everything works out of the box. If you find anything that needs to be fixed please let me know. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next