Skip to content
@elide-dev

elide

the next runtime

Elide

Python 3.11.x


Elide is like Node or Python. Use it to run things:

> elide ./my-code.{ts,js,py,kts,kt}

You can use Node APIs. You can even mix languages:

// sample.mts

// use node apis
import { readFileSync } from "node:fs"

// interoperate across languages 
import sample from "./sample.py"

// this is typescript - no build step needed first, like deno or bun
const x: number = 42;

console.log(sample.greeting() + ` The answer is ${x}`);
# sample.py

def greeting(name = "Elide"):
  return f"Hello, {name}!"
> elide ./sample.mts
Hello, Elide! The answer is 42

Learn more at elide.dev

Access the docs at elide.help

Pinned Loading

  1. elide elide Public

    fast multi-lang runtime

    559 40

  2. setup-elide setup-elide Public

    Sets up Elide in a GitHub action

    TypeScript 4 2

  3. gradle gradle Public

    Experimental Gradle plugin for Elide

    Java 29 2

  4. maven maven Public

    Maven plugin for using Elide

    Kotlin 3

Repositories

Showing 10 of 70 repositories
  • graal Public Forked from oracle/graal

    GraalVM: Run Programs Faster Anywhere 🚀

    elide-dev/graal’s past year of commit activity
    Java 0 1,859 0 1 Updated Apr 19, 2026
  • envmap-sample Public
    elide-dev/envmap-sample’s past year of commit activity
    Shell 0 0 0 0 Updated Apr 17, 2026
  • musl-toolchain Public

    Prepackaged natives for Elide, built against musl libc

    elide-dev/musl-toolchain’s past year of commit activity
    Shell 2 1 0 1 Updated Apr 17, 2026
  • pkl Public Forked from apple/pkl

    A configuration as code language with rich validation and tooling.

    elide-dev/pkl’s past year of commit activity
    Java 0 Apache-2.0 406 0 5 Updated Apr 15, 2026
  • tough Public Forked from awslabs/tough

    Rust libraries and tools for using and generating TUF repositories

    elide-dev/tough’s past year of commit activity
    Rust 0 Apache-2.0 73 0 1 Updated Apr 14, 2026
  • keygen-rs Public Forked from ahonn/keygen-rs

    Unofficial Rust SDK for integrating with the keygen.sh licensing service.

    elide-dev/keygen-rs’s past year of commit activity
    Rust 0 MIT 13 0 3 Updated Apr 14, 2026
  • setup-elide Public

    Sets up Elide in a GitHub action

    elide-dev/setup-elide’s past year of commit activity
    TypeScript 4 MIT 2 0 10 Updated Apr 13, 2026
  • graaljs Public Forked from oracle/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
    C++ 0 UPL-1.0 215 0 1 Updated Apr 12, 2026
  • elide Public

    fast multi-lang runtime

    elide-dev/elide’s past year of commit activity
    559 40 50 (2 issues need help) 0 Updated Apr 7, 2026
  • build-infra Public

    Secure reusable build infrastructure

    elide-dev/build-infra’s past year of commit activity
    Kotlin 2 MIT 2 1 0 Updated Apr 4, 2026

Top languages

Loading…

Most used topics

Loading…