Installation

Quick Install

shell
curl -fsSL https://athas.dev/install.sh | sh

To install the latest preview release:

shell
curl -fsSL https://athas.dev/install.sh | sh -s -- --preview

If you prefer wget:

shell
wget -qO- https://athas.dev/install.sh | sh

The install script detects your OS and architecture, downloads the latest stable release from GitHub by default, verifies the SHA256 checksum when available, and installs it. Pass --preview to install the latest preview release instead.

On macOS, the script installs Athas to /Applications. On Linux, stable installs the app bundle to ~/.local/share/athas/athas.app and links the executable at ~/.local/bin/athas. Preview installs separately at ~/.local/share/athas/athas-preview.app and links ~/.local/bin/athas-preview.

Package Managers

shell
brew install --cask athasdev/tap/athas

Manual Download

Download the latest version from GitHub releases:

Download from GitHub Releases

  1. Download the .dmg file from releases
  2. Open the downloaded file
  3. Drag Athas to your Applications folder
  4. Open Athas from Applications

Uninstall

shell
rm -rf /Applications/Athas.app
rm -rf ~/Library/Application\ Support/com.code.athas
rm -rf ~/Library/Caches/com.code.athas