Skip to content

Getting Started

This guide walks you through installing SolEngine and setting up your first project.

Before you begin, make sure you have:

  • A supported operating system (Windows 10+, macOS 12+, or a modern Linux distro)
  • Any prerequisites specific to your platform

Download the latest release from the Download page and follow the platform-specific instructions below.

  1. Download the .exe installer
  2. Run it and follow the setup wizard
  3. Verify the install: solengine --version
  1. Download the .dmg file
  2. Open it and drag SolEngine to your Applications folder
  3. Verify: solengine --version
Terminal window
# Debian / Ubuntu
sudo dpkg -i solengine_*.deb
# Arch / Manjaro
# package coming soon — build from source for now
Terminal window
solengine new my-project
cd my-project
solengine run
  • Explore the Reference for a full API overview
  • Check GitHub for examples and issues