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 | shWindows
irm https://ekkojs.com/install.ps1 | iexor download directly
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 | iexThe comment-free, MIT-licensed source for this release lives on the v0.8.10 branch on GitHub.