Skip to content
Dean Srebnik edited this page Sep 11, 2025 · 1 revision

Andromeda

Discord Server

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

Or 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.bat

Thank you for being a part of the Andromeda community!

Happy coding!

Clone this wiki locally