Skip to main content

Download & Install StelLang

By Mahesh

Get started with StelLang in just a few steps!

Prerequisites

Installation Steps

  1. Check your tools:
    git --version
    cargo --version
  2. Install Rust (if needed):
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    rustup default nightly
  3. Clone the StelLang repository:
    git clone https://github.com/MaheshDhingra/StelLang
    cd StelLang
  4. Build StelLang:
    cargo build
  5. Run your first program:
    cargo run ./examples/example.stel

System Requirements

  • Windows 10 (64-bit) or later
  • 2-4 GB RAM or more
  • 100MB disk space or more

Notes

  • Internet required for initial setup and updates
  • StelLang requires Rust nightly

For help, join the community or see the full documentation.