Skip to content

Releases: elide-dev/elide

Elide 1.0.0 Nightly (20260328)

28 Mar 10:12

Choose a tag to compare

Elide 1.0.0 — nightly (20260328)

Installation

Recommended: Install via the official installer script:

curl -sSL --tlsv1.2 elide.sh | bash -s -

Alternative methods:

  • npm: npm install -g @elide-dev/elide (coming soon)
  • Homebrew: brew tap elide-dev/elide && brew install elide (coming soon)
  • Linux (APT): See APT repository instructions
  • Windows (MSI): Download the .msi installer below

Checksums

SHA256 checksums are provided alongside each archive (.sha256 files).
GPG signatures are available for signed releases (.asc files).

Platform Support

Platform Architecture Archive Installer
Linux x86_64 .tgz, .zip .deb, .rpm
Linux aarch64 .tgz, .zip .deb, .rpm
macOS Apple Silicon .tgz, .zip .pkg
macOS Intel .tgz, .zip .pkg
Windows x86_64 .zip .msi

Elide 1.0.0 Nightly (20260327)

28 Mar 21:42

Choose a tag to compare

Elide 1.0.0 — nightly (20260327)

Installation

Recommended: Install via the official installer script:

curl -sSL --tlsv1.2 elide.sh | bash -s -

Alternative methods:

  • npm: npm install -g @elide-dev/elide (coming soon)
  • Homebrew: brew tap elide-dev/elide && brew install elide (coming soon)
  • Linux (APT): See APT repository instructions
  • Windows (MSI): Download the .msi installer below

Checksums

SHA256 checksums are provided alongside each archive (.sha256 files).
GPG signatures are available for signed releases (.asc files).

Platform Support

Platform Architecture Archive Installer
Linux x86_64 .tgz, .zip .deb, .rpm
Linux aarch64 .tgz, .zip .deb, .rpm
macOS Apple Silicon .tgz, .zip .pkg
macOS Intel .tgz, .zip .pkg
Windows x86_64 .zip .msi

Elide 1.0.0 Nightly (20260323)

23 Mar 19:09
d9ed168

Choose a tag to compare

Elide 1.0.0 — nightly (20260323)

Installation

Recommended: Install via the official installer script:

curl -sSL --tlsv1.2 elide.sh | bash -s -

Alternative methods:

  • npm: npm install -g @elide-dev/elide (coming soon)
  • Homebrew: brew tap elide-dev/elide && brew install elide (coming soon)
  • Linux (APT): See APT repository instructions
  • Windows (MSI): Download the .msi installer below

Checksums

SHA256 checksums are provided alongside each archive (.sha256 files).
GPG signatures are available for signed releases (.asc files).

Platform Support

Platform Architecture Archive Installer
Linux x86_64 .tgz, .zip .deb, .rpm
Linux aarch64 .tgz, .zip .deb, .rpm
macOS Apple Silicon .tgz, .zip .pkg
macOS Intel .tgz, .zip .pkg
Windows x86_64 .zip .msi

Elide 1.0.0 Nightly (20260317)

17 Mar 02:26
d9ed168

Choose a tag to compare

Pre-release

Elide 1.0.0 — nightly (20260317)

Installation

Recommended: Install via the official installer script:

curl -sSL --tlsv1.2 elide.sh | bash -s -

Alternative methods:

  • npm: npm install -g @elide-dev/elide (coming soon)
  • Homebrew: brew tap elide-dev/elide && brew install elide (coming soon)
  • Linux (APT): See APT repository instructions
  • Windows (MSI): Download the .msi installer below

Checksums

SHA256 checksums are provided alongside each archive (.sha256 files).
GPG signatures are available for signed releases (.asc files).

Platform Support

Platform Architecture Archive Installer
Linux x86_64 .tgz, .zip .deb, .rpm
Linux aarch64 .tgz, .zip .deb, .rpm
macOS Apple Silicon .tgz, .zip .pkg
macOS Intel .tgz, .zip .pkg
Windows x86_64 .zip .msi

Elide 1.0.0 Nightly (20260316)

16 Mar 19:44
d9ed168

Choose a tag to compare

Pre-release

Elide 1.0.0 — nightly (20260316)

Installation

Recommended: Install via the official installer script:

curl -sSL --tlsv1.2 elide.sh | bash -s -

Alternative methods:

  • npm: npm install -g @elide-dev/elide (coming soon)
  • Homebrew: brew tap elide-dev/elide && brew install elide (coming soon)
  • Linux (APT): See APT repository instructions
  • Windows (MSI): Download the .msi installer below

Checksums

SHA256 checksums are provided alongside each archive (.sha256 files).
GPG signatures are available for signed releases (.asc files).

Platform Support

Platform Architecture Archive Installer
Linux x86_64 .tgz, .zip .deb, .rpm
Linux aarch64 .tgz, .zip .deb, .rpm
macOS Apple Silicon .tgz, .zip .pkg
macOS Intel .tgz, .zip .pkg
Windows x86_64 .zip .msi

Elide 1.0.0 Nightly (20260314)

14 Mar 05:07
d9ed168

Choose a tag to compare

Pre-release

Elide 1.0.0 — nightly (20260314)

Installation

Recommended: Install via the official installer script:

curl -sSL --tlsv1.2 elide.sh | bash -s -

Alternative methods:

  • npm: npm install -g @elide-dev/elide (coming soon)
  • Homebrew: brew tap elide-dev/elide && brew install elide (coming soon)
  • Linux (APT): See APT repository instructions
  • Windows (MSI): Download the .msi installer below

Checksums

SHA256 checksums are provided alongside each archive (.sha256 files).
GPG signatures are available for signed releases (.asc files).

Platform Support

Platform Architecture Archive Installer
Linux x86_64 .tgz, .zip .deb, .rpm
Linux aarch64 .tgz, .zip .deb, .rpm
macOS Apple Silicon .tgz, .zip .pkg
macOS Intel .tgz, .zip .pkg
Windows x86_64 .zip .msi

Beta v10

30 Oct 16:21
1.0.0-beta10
62ed742

Choose a tag to compare

Elide's 10th beta adds several features, and fixes many bugs.

Installation & Usage

One-liner (macOS arm64 or Linux amd64):

curl -sSL elide.sh | bash -s - -- --install-rev=1.0.0-beta10

Or:

brew tap elide-dev/elide
brew install elide

Release Notes

  • ➕ Feature #1708 - Progress animation layer
  • ➕ Feature #1697 - crypto.randomUUID
  • ➕ Feature #1678 - Python HTTP serving intrinsics
  • ✅ Fixed #1695 - Builder and installer bugs pt2
  • ✅ Fixed #1692 - Elide injects -H:+UnlockExperimentalVMOptions improperly
  • ✅ Fixed #1691 - Native image reports are broken
  • ✅ Fixed #1690 - kotlinc/native-image bugs
  • ✅ Fixed #1689 - Elide fails to parse kotlinc flags properly
  • ✅ Fixed #1688 - Can't use -include-runtime with elide kotlinc
  • ✅ Fixed #1687 - Hard to use -o with native-image
  • ✅ Fixed #1686 - Can't use -Werror from kotlinc
  • ✅ Fixed #1672 - Test runner should display full exception stacktrace on failed cases
  • ✅ Fixed #1671 - Crash on HTTP server use
  • ✅ Fixed #1670 - elide serve --code throws NPE
  • ✅ Fixed #1668 - --js:strict and benchmark symbols
  • ✅ Fixed #1667 - Flag --js:strict has no effect
  • ✅ Fixed #1666 - Enforce host environment access rules and correct process.env formatting
  • ✅ Fixed #1665 - Missing js benchmark symbols
  • ✅ Fixed #1664 - process.env is always empty
  • ✅ Fixed #1658 - Missing guest dynamic tests driver and incorrect registration
  • 🔄 #1700 - Dependency updates
  • 🔄 #1669 - Upgrade → jdk25
  • 🔄 Chore: Gradle → 9.2.0-rc-2
  • 🔄 Chore: Kotlin → 2.2.20
  • 🔄 Chore: JDK → 25

Feature summary

⭐ Supports TypeScript
⭐ Supports JavaScript up to ECMA2024
⭐ Supports Python 3.12
⭐ Supports Kotlin up to 2.2.20, Java up to JDK 25
✅ Web builder for static sites (Markdown, SCSS/CSS, TypeScript/JavaScript)
✅ Static server via elide serve ...
✅ Use Kotlin Serialization seamlessly
✅ Use native-image directly from Elide (end-user binaries!)
✅ Polyglot dependency installer (Maven, NPM): elide install
✅ Polyglot test runner: elide test
✅ Dependency-aware build graph: elide build
✅ Init new projects with elide init
✅ Run Kotlin with no prior build step: elide run ./.../something.kts
✅ Drop-in replacement for javac, jar tool, and javadoc
✅ Drop-in replacement for kotlinc
elide:llm -- support for local LLM inference
✅ Import or run JSX and TSX
✅ Runs JavaScript, TypeScript, Python, and Kotlin
✅ Supports NPM ESM, CJS, PyPI, and Maven
✅ Supports most of the Node API, including fetch, streams, fs, path, os, buffer, child processes, and more
✅ (Almost) WinterTC complaint
Cross-language interop: use any mix of languages together
✅ Integrated with Apple Pkl
✅ Cohesive support for debugging, coverage, profiling, inspection
✅ Embedded support for SQLite at elide:sqlite
Extremely fast polyglot server via elide serve

Read more in Elide's docs.

About this Release

SLSA SPDX Sigstore

Support Vector

This release supports the following platforms:

Platform Architectures
🐧 Linux amd64, arm64
 macOS arm64 (M1)

Note

Windows support is on the way.

Contributors & Special Thanks

Hundreds of people gave feedback or guidance which helped shape where we are now. The team is deeply thankful and acknowledges the following individuals and organizations for their hard work upstream, and downstream, without which Elide could not possibly exist.

Special thanks to Gordon MacMillan (@GdMacmillan) for contributions in this release 🥳

Expand to see all contributors
Read more

Beta v10 (RC9)

18 Oct 00:59
1.0.0-beta10-rc9
c1845f6

Choose a tag to compare

Beta v10 (RC9) Pre-release
Pre-release

Beta v10 (RC5)

02 Oct 04:59
1.0.0-beta10-rc5
c82d823

Choose a tag to compare

Beta v10 (RC5) Pre-release
Pre-release

Beta v10 (RC4)

02 Oct 04:46
1.0.0-beta10-rc4
a95ab42

Choose a tag to compare

Beta v10 (RC4) Pre-release
Pre-release