Quick Start
Quick Start
Get Alfa running quickly with a minimal installation and launch sequence.
Install and run
Start the platform in minutes.
Install
# Linux
./publish.sh
# Windows
Download the MSI asset from the Release page
# macOS
Download the PKG asset from the Release page
Run
# Start the server
cd dist/server
./Alfa.Server
# Start the CLI
cd dist/cli
./Alfa.Cli --help
Open the dashboard
After the server starts, open the dashboard in your browser at http://localhost:5000.