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
  • 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 1 Updated Mar 28, 2026
  • elide Public

    fast multi-lang runtime

    elide-dev/elide’s past year of commit activity
    559 40 49 (2 issues need help) 0 Updated Mar 28, 2026
  • oxc Public Forked from oxc-project/oxc

    ⚓ A collection of JavaScript tools written in Rust.

    elide-dev/oxc’s past year of commit activity
    Rust 0 MIT 952 0 3 Updated Mar 26, 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 1 Updated Mar 26, 2026
  • .github Public

    Public profile for the Elide team

    elide-dev/.github’s past year of commit activity
    0 0 0 0 Updated Mar 26, 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 72 0 0 Updated Mar 25, 2026
  • maven Public

    Maven plugin for using Elide

    elide-dev/maven’s past year of commit activity
    Kotlin 3 0 0 0 Updated Mar 5, 2026
  • gradle Public

    Experimental Gradle plugin for Elide

    elide-dev/gradle’s past year of commit activity
    Java 29 2 1 2 Updated Mar 2, 2026
  • envmap-sample Public
    elide-dev/envmap-sample’s past year of commit activity
    Shell 0 0 0 0 Updated Mar 2, 2026
  • graal Public Forked from oracle/graal

    GraalVM: Run Programs Faster Anywhere 🚀

    elide-dev/graal’s past year of commit activity
    Java 0 1,856 0 1 Updated Mar 2, 2026