SaaSHub helps you find the best software and product alternatives Learn more β
Cosmopolitan Alternatives
Similar projects and alternatives to cosmopolitan
-
-
InfluxDB
InfluxDB β Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
src
Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Graal
GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources π
-
-
-
Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4-3.13. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
-
-
-
-
-
mu
Soul of a tiny new machine. More thorough tests β More comprehensible and rewrite-friendly software β More resilient society. (by akkartik)
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
cosmopolitan discussion
cosmopolitan reviews and mentions
- Release Cosmopolitan v4.0.0 Β· jart/cosmopolitan
-
Wasmer 5.0
> Using a binary for each platform and chip is the past.
Cosmopolitan sends its regards: https://github.com/jart/cosmopolitan
> Rise above with lightweight container[...]
Ah yes, that famously lightweight way of distributing software, full on virtualised containers, each running an OS.
-
The Fastest Mutexes
Case in point:
https://github.com/jart/cosmopolitan/blob/master/libc/sysv/s...
The system call numbers of all the unixlikes are bitwise packed into a single number. There is exactly one of those columns which is stable: the Linux one. Everything else is not part of the binary interface of their respective operating systems.
I've written about how Linux is special in this regard:
https://www.matheusmoreira.com/articles/linux-system-calls
It's a neat hack but I'm afraid it's in grave danger of falling victim to the Darth Vader of OS ABI stability.
https://lwn.net/Articles/806870/
> Program to the API rather than the ABI.
> When we see benefits, we change the ABI more often than the API.
> I have altered the ABI.
> Pray I do not alter it further.
-
Embedded Common Lisp merges initial Cosmopolitan port
Maybe portable CL binaries soon-ish (in CL units of time, mind you)!
Conditional on https://github.com/jart/cosmopolitan/issues/939 as mentioned in INSTALL
- Cosmopolitan v3.9.2
-
Flappy Bird for Android, only C, under 100KB
Cosmo gives you what you described above and itβs <10kb
https://github.com/jart/cosmopolitan
-
Forget ChatGPT: why researchers now run small AIs on their laptops
llamafiles will run on all architectures because they are compiled by cosmopolitan.
https://github.com/jart/cosmopolitan
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.
- Cosmopolitan 3.6.1
-
Pnut: A C to POSIX Shell Compiler you can Trust
My comment was based on cloning master yesterday and trying to build redbean but hitting what looks like https://github.com/jart/cosmopolitan/issues/940
Indeed it lioks like the commit you mentioned should have fixed the issue with the pointer having too many bits for the weird kernel used on android and some raspis. Fingers crossed that release works.
- Show HN: Slab β A programmable markup language for generating HTML
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 May 2025
Stats
jart/cosmopolitan is an open source project licensed under ISC License which is an OSI approved license.
The primary programming language of cosmopolitan is C.