Elide, the polyglot runtime written in Kotlin, is out in second beta (
1.0.0-beta2
)
๐ Run TSX and JSX directly with no build step
๐ Local AI inference with the new
elide:llm
API
โ
Run Python, TypeScript, JavaScript, and intermix them
โ
Server performance you are used to from JVM - 800K RPS on Linux
โ
Startup time you are used to from Node - as low as
25ms
Elide is itself written in Kotlin so it can easily be used from Maven or extended. Soon, Elide will also run Kotlin like it does JavaScript and Python.
Local AI and TSX example depicted.
Currently supports macOS arm64 and Linux amd64. Try it with:
curl -sSL --tlsv1.2 elide.sh | bash -s -
Or via Docker:
docker run --rm -it <http://ghcr.io/elide-dev/bash|ghcr.io/elide-dev/bash>
Or via
GitHub Codespaces.
Please, throw us a star โญ
on GitHub! Elide is always looking for contributors and ideas.
GitHub ยท
Docs
Release Notes: 1.0.0-beta2