Cosmopolitan v3.5.0

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. cosmopolitan

    build-once run-anywhere c library

    > How does it compare in terms of performance

    I tried Rsync for Windows from its "cosmos" pile of binaries (https://github.com/jart/cosmopolitan/releases/download/3.3.1...), and it was too slow to be usable (like 9MB/s compared to 480MB/s over 10gig).

    Rsync is a great candidate too because there's basically no fully compatible native build for it.

    I think it would make a ton of sense if you authored a multi-platform, single binary launcher, that downloads your native, single-platform application to the right places. It could be a lot simpler.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

    Too bad it looks stuck since about a month ago (https://github.com/oracle/graal/issues/8350#issuecomment-210...), needs some attention from @jart.

  4. fullmoon

    Fast and minimalistic Redbean-based Lua web framework in one file.

  5. txiki.js

    A tiny JavaScript runtime

  6. wasm-micro-runtime

    WebAssembly Micro Runtime (WAMR)

    We added Cosmo platform support to WAMR[0], to enable our Hermit[1] compiler and runtime.

    [0]: https://github.com/bytecodealliance/wasm-micro-runtime/tree/...

    [1]: https://github.com/dylibso/hermit

  7. hermit

    Actually Portable WebAssembly compiler toolchain for self-contained cross-platform binaries (by dylibso)

    We added Cosmo platform support to WAMR[0], to enable our Hermit[1] compiler and runtime.

    [0]: https://github.com/bytecodealliance/wasm-micro-runtime/tree/...

    [1]: https://github.com/dylibso/hermit

  8. 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.

    You can probably generate C code from Python now with Nuitka and pump that into this Cosmopolitan tool, today, to get that?

    https://nuitka.net/

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Easy way to Install Nvm Macos

    1 project | dev.to | 25 Mar 2025
  • Introduction to the Bytecode DSL

    1 project | news.ycombinator.com | 28 Nov 2024
  • Lambda function with GraalVM Native Image - Part 1 Introduction to GraalVM and its native image capabilities

    1 project | dev.to | 7 Oct 2024
  • Marta File Manager: Back on Track

    1 project | news.ycombinator.com | 9 Aug 2024
  • Migrating from Java 8 to Java 17: A Comprehensive Guide to New Features

    1 project | news.ycombinator.com | 22 Jun 2024

Did you know that C is
the 6th most popular programming language
based on number of references?