Skip to content
@elide-dev

elide

the next runtime

Elide

Python 3.12.x


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 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

    563 41

  2. setup-elide setup-elide Public

    Sets up Elide in a GitHub action

    TypeScript 5 2

  3. gradle gradle Public

    Gradle plugin for Elide

    Java 30 2

  4. maven maven Public

    Maven plugin for using Elide

    Kotlin 3

  5. rules_elide rules_elide Public

    bazel rules for elide

    Starlark 2

  6. vscode vscode Public

    VSCode extension for Elide

    TypeScript 2

Repositories

Showing 10 of 84 repositories
  • testsuite Public

    conformance testing

    elide-dev/testsuite's past year of commit activity
    TypeScript 1 0 0 1 Updated Sep 10, 2026
  • components Public
    elide-dev/components's past year of commit activity
    TypeScript 1 0 0 2 Updated Sep 10, 2026
  • homebrew-elide Public

    Homebrew tap for Elide

    elide-dev/homebrew-elide's past year of commit activity
    Ruby 1 MIT 0 0 1 Updated Sep 9, 2026
  • elide Public

    fast multi-lang runtime

    elide-dev/elide's past year of commit activity
    563 41 20 0 Updated Sep 8, 2026
  • gradle Public

    Gradle plugin for Elide

    elide-dev/gradle's past year of commit activity
    Java 30 2 0 3 Updated Sep 8, 2026
  • vscode Public

    VSCode extension for Elide

    elide-dev/vscode's past year of commit activity
    TypeScript 2 0 0 0 Updated Sep 5, 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 0 Updated Sep 5, 2026
  • intellij Public

    Intellij plugin for Elide

    elide-dev/intellij's past year of commit activity
    Kotlin 2 0 0 0 Updated Sep 5, 2026
  • pkl-intellij Public Forked from apple/pkl-intellij

    JetBrains editor plugins providing Pkl language support

    elide-dev/pkl-intellij's past year of commit activity
    Kotlin 0 Apache-2.0 25 0 0 Updated Sep 4, 2026
  • rules_elide Public

    bazel rules for elide

    elide-dev/rules_elide's past year of commit activity
    Starlark 2 Apache-2.0 0 2 5 Updated Sep 1, 2026