Skip to content

Installation Guide

Solo is available through popular package managers for macOS, Windows, and Linux. For environments where package managers are not preferred, portable binaries can be downloaded directly from GitHub.

The recommended way to install Solo is via your operating system’s package manager to ensure easy updates and system integration.

Solo is distributed for macOS via Homebrew.

  1. Add the raml-dev custom TAP:

    Terminal window
    brew tap raml-dev/tap
  2. Install the Solo cask:

    Terminal window
    brew install --cask raml-dev/tap/solo
  3. Authorize execution: Since Solo is currently in early distribution, you must manually authorize the application. You can do this via the terminal:

    Terminal window
    xattr -dr com.apple.quarantine /Applications/solo.app

    Alternatively, go to System Settings > Privacy & Security and allow the application to run.

  4. Launch: You can now start Solo from Launchpad or Spotlight.

Portable binaries are available for manual installation from GitHub Releases.

  1. Download: Obtain the appropriate binary for your architecture (e.g.,solo-linux-amd64 or solo-windows-arm64.exe).

  2. Permissions (Linux/macOS): Assign execution permissions via the terminal: bash chmod +x solo-linux-amd64

  3. Launch: Execute the binary to start the application.


By default, Solo checks for new versions on startup. This behavior can be managed in the App Behavior settings.

  • Notifications: When an update is available, a notification banner will appear within the application.
  • Changelog: You can review the release notes directly in the app before updating.