Andromeda
The simplest JavaScript and TypeScript runtime, fully written in Rust 🦀 and powered Nova.
Quick Install
Linux/macOS (Bash)
curl -fsSL https://tryandromeda.dev/install.sh | bashOr download and run manually:
wget https://tryandromeda.dev/install.sh chmod +x install.sh ./install.sh
Windows (PowerShell)
iwr -Uri "https://tryandromeda.dev/install.ps1" | Invoke-Expression
Windows (Command Prompt)
curl -L -o install.bat https://tryandromeda.dev/install.bat && install.batThank you for being a part of the Andromeda community!
Happy coding!