Skip to main content

Quick Install

The fastest way to install Soul is using our installation scripts.

macOS / Linux

Open your terminal and run:
Or with wget:

Windows

Open PowerShell as Administrator and run:

Manual Installation

If you prefer to install manually, follow these steps:

1. Download the Latest Release

Check the latest version at: https://github.com/gantz-ai/soul-release/blob/main/latest.txt Download the appropriate archive for your platform:

macOS (Apple Silicon)

macOS (Intel)

Linux

Windows

2. Extract the Archive

3. Install the Binary

Verify Installation

After installation, verify Soul is working:
You should see output like:

Installation Locations

Soul is installed to /usr/local/bin/soulIf you need to uninstall:

Updating Soul

Soul includes a built-in update command:

Troubleshooting

If you get a permission error during installation, make sure to use sudo:
If soul command is not found after installation:macOS/Linux: Add to your shell profile:
Windows: Restart your terminal or run:
If macOS blocks the executable, run:

Next Steps

Getting Started

Learn the basics of Soul programming

Language Guide

Explore Soul language features

Examples

See Soul in action with examples