The simplest JavaScript and TypeScript runtime, fully written in Rust 🦀 and powered Nova.
Note:
⚠️ This project is still in early stages and is not suitable for serious use.
The easiest way to install Andromeda is to have Cargo installed and run the following command:
cargo install --git https://github.com/tryandromeda/andromeda
To get started with Andromeda, follow these steps:
-
Clone the Repository:
git clone https://github.com/tryandromeda/andromeda cd andromeda
-
Install
cargo install --path ./cli
To run a JavaScript or TypeScript file, use the following command:
andromeda run <file>
Crate | Description |
---|---|
andromeda | Contains the Executable Command Line Interface (CLI) code |
andromeda-core | Contains the core runtime code |
andromeda-runtime | Contains the runtime code |