Getting Started
Getting Started
Section titled “Getting Started”This guide walks you through installing SolEngine and setting up your first project.
Prerequisites
Section titled “Prerequisites”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
Installation
Section titled “Installation”Download the latest release from the Download page and follow the platform-specific instructions below.
Windows
Section titled “Windows”- Download the
.exeinstaller - Run it and follow the setup wizard
- Verify the install:
solengine --version
- Download the
.dmgfile - Open it and drag SolEngine to your Applications folder
- Verify:
solengine --version
# Debian / Ubuntusudo dpkg -i solengine_*.deb
# Arch / Manjaro# package coming soon — build from source for nowYour First Project
Section titled “Your First Project”solengine new my-projectcd my-projectsolengine run