Elide
Verified
We've verified that the organizationelide-dev controls the domain:
- elide.dev
- 24 followers
- United States of America
- https://elide.dev
- @elide_dev
- company/elidecloud
Elide is like Node or Python. Use it to run things:
> elide ./my-code.{ts,js,py}
You can use Node APIs. You can even mix languages:
// sample.mts// use node apisimport{readFileSync}from"node:fs"// interoperate across languagesimportsamplefrom"./sample.py"// this is typescript - no build step needed first, like deno or bunconstx:number=42;console.log(sample.greeting()+` The answer is${x}`);
# sample.pydefgreeting(name="Elide"):returnf"Hello,{name}!"
> elide ./sample.mtsHello, Elide! The answer is 42
Read more about Elide'sfeature highlights
Important
Careful! Elide is in beta.
You can install Elide on Linux (amd64) or macOS (amd64/arm64) by running:
curl -sSL --tlsv1.2 elide.sh| bash -s -
After installation, you can runelide --help
orelide info
to see more information.
We provide a container image, hosted on GitHub:
docker run --rm -it ghcr.io/elide-dev/elide
We provide asetup action:
-name:"Setup: Elide"uses:elide-dev/setup-elide@v2with:# any tag from the `elide-dev/releases` repo; omit for latestversion:1.0.0-beta1
We provide aGitHub Codespace with Elide pre-installed. You can click below to try it out, right from your browser:
PinnedLoading
Repositories
- ruff Public Forked fromastral-sh/ruff
An extremely fast Python linter and code formatter, written in Rust.
elide-dev/ruff’s past year of commit activity - uv Public Forked fromastral-sh/uv
An extremely fast Python package installer and resolver, written in Rust.
elide-dev/uv’s past year of commit activity - graaljs Public Forked fromoracle/graaljs
A ECMAScript 2022 compliant JavaScript implementation built on GraalVM. With polyglot language interoperability support. Running Node.js applications!
elide-dev/graaljs’s past year of commit activity