A runtime, compiler, and toolchain.
Elide is an all-in-one platform that spans the full software development lifecycle. A single distribution compiles source, executes services, and orchestrates builds, consolidating responsibilities that traditionally require three separate toolchains into one cohesive product.
A unified polyglot runtime for JavaScript, TypeScript, Kotlin, Java, and Python. The Node.js API surface is implemented on a Rust core with zero-copy I/O through io_uring, kqueue, and epoll. Languages interoperate in-process, so a Kotlin service can invoke Python without crossing a serialization boundary.
Ahead-of-time compilation for Kotlin, Java, and TypeScript. GraalVM Native Image produces self-contained binaries with no JVM or Node.js dependency in production. TypeScript is transpiled by OXC without a tsconfig.json, and Elide serves as a drop-in replacement for javac, kotlinc, and tsc against existing source.
A single CLI for dependency resolution, builds, container image assembly, and local development. Build definitions are declarative and typed, authored in Pkl. Existing Maven, Gradle, and Bazel projects are supported without migration.
A modern toolchain for the JVM.
The JVM underpins a significant share of enterprise software, yet its traditional build tooling carries meaningful configuration and startup overhead. Elide provides a modern alternative without requiring teams to leave the ecosystem: same artifacts, same dependencies, substantially faster feedback loops.
Same inputs. Faster everything.
Elide is a drop-in replacement for your standard JVM tools like Maven, Gradle, and Bazel. Your existing code, dependencies, and workflows. Only faster.
| Elide | Maven | Gradle | Bazel | |
|---|---|---|---|---|
| Cold start | ~30ms | ~3s | ~6s | ~10s |
| Config format | Pkl (typed) | XML | Groovy / KTS | Starlark |
| Zero config | ✓ | × | × | × |
| Native compilation | ✓ | × | × | × |
| Container images | Built-in | Plugin | Plugin | rules_oci |
| Multi-language | ✓ | JVM only | JVM only | ✓ |
| Learning curve | Minimal | Steep | Steep | Very steep |
An open, production-grade foundation.
Elide integrates mature open-source components that the industry already depends on, then delivers them through a unified interface. Each foundational technology is listed below for transparency and to invite review.
Une brève histoire des runtimes
Chaque décennie apporte une nouvelle abstraction : le code s'écrit plus vite, mais s'exécute plus lentement.
Elide brise ce schéma.
Code machine & Assembleur
Le logiciel était écrit directement pour le matériel. Performance maximale, portabilité nulle. Chaque machine était une île.
C & Unix
Ritchie et Thompson ont prouvé que le logiciel système pouvait être portable sans être lent. C est devenu la langue commune.
Java & Python
Les machines virtuelles et les interpréteurs ont échangé la performance contre la productivité. L'entreprise a choisi Java. La science a choisi Python. La division a commencé.
Chrome & V8
Google a prouvé que les langages interprétés pouvaient être rapides grâce à la compilation JIT. Node.js a suivi. Tout le monde a commencé à écrire des serveurs dans un langage de navigateur.
Un seul fichier exécutable. Votre langage préféré. Performance native.