Nexanexa
Step 1

Installation

Nexa isn't published on crates.io or through an installer yet — you build it from source. You'll need Rust (for the compiler) and Node.js (for the TypeScript runtime packages).

Clone the repository

git clone https://github.com/oweeme/oweenexa.git
cd oweenexa

The compiler (crates/) and the browser runtime (packages/) live in the same repository.

Build the binary

cargo build --release
export PATH="$PATH:$(pwd)/target/release"

cargo build --release produces the nexa binary in target/release/. Add it to your PATH to use it from any project.

Verify the install

nexa info
# Nexa CLI
# Version: 0.1.0
#
# Fase actual: 26 — ... (the CLI's own messages are Spanish-only today)

nexa info should print the version and the toolchain's current phase.