Skip to content

tryandromeda/andromeda

Repository files navigation

Andromeda 🌌

Andromeda

Discord Server

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.

Installation

The easiest way to install Andromeda is to have Cargo installed and run the following command:

cargo install --git https://github.com/tryandromeda/andromeda

Getting Started

To get started with Andromeda, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/tryandromeda/andromeda
    cd andromeda
  2. Install

    cargo install --path ./cli

Usage

To run a JavaScript or TypeScript file, use the following command:

andromeda run <file>

Crates

Crate Description
andromeda Contains the Executable Command Line Interface (CLI) code
andromeda-core Contains the core runtime code
andromeda-runtime Contains the runtime code

Mozilla Public License Version 2.0