Release v0.8.10

Install EkkoJS

One command. Privilege-free, per-user, no admin and no sudo. The runtime, its native library, and the bundled @ekko packages land in ~/.ekko in seconds.

macOS / Linux
curl -fsSL https://ekkojs.com/install.sh | sh
Windows
irm https://ekkojs.com/install.ps1 | iex
or download directly
macOS
Apple Silicon (arm64)
Download
.zip · 43.7 MBSHA-256
Linux
x64 · Desktop
Full, with GUI
Download
.zip · 47.5 MBSHA-256
Linux
x64 · Server
Headless
Download
.zip · 44.0 MBSHA-256
Linux
arm64 · Desktop
Full, with GUI
Download
.zip · 47.1 MBSHA-256
Linux
arm64 · Server
Headless
Download
.zip · 41.8 MBSHA-256
Windows
x64
Download
.zip · 45.3 MBSHA-256

After installing

Open a new terminal, then run ekko doc to browse the offline docs or ekko init to scaffold a project.

Uninstall

Clean removal, your store and config are kept unless you opt out.

# macOS / Linux
curl -fsSL https://ekkojs.com/uninstall.sh | sh

# Windows
irm https://ekkojs.com/uninstall.ps1 | iex

The comment-free, MIT-licensed source for this release lives on the v0.8.10 branch on GitHub.