AxonDocs
Getting Started
Axon documentation

Installation

Install Axon and understand the current platform limitations.

Axon releases are published through GitHub Releases. Download the platform artifact that matches your machine and install it with the normal flow for your operating system.

Platform Assets

PlatformAsset
macOS Apple SiliconAxon-{version}-arm64.dmg
macOS IntelAxon-{version}.dmg
WindowsAxon.Setup.{version}.exe
Linux AppImageAxon-{version}.AppImage
Debian / Ubuntuaxon_{version}_amd64.deb

macOS Gatekeeper

Current macOS builds are unsigned personal builds. If macOS blocks the first launch, open the app from Finder with the standard manual approval flow. Fully automatic signed updates require an Apple Developer certificate, hardened runtime, and notarization.

First Launch

After launch, open a folder as the workspace. Axon expects real project roots because file search, Git status, language servers, terminal sessions, and the local agent all depend on workspace context.

System Requirements

  • Node, Go, Rust, Java, .NET, PHP, Docker, or Python may still be required by the project you are editing.
  • Axon can bundle language-server binaries or npm servers, but language tooling still needs the project dependencies and runtimes that make the project valid.
  • Release builds should prefer bundled language-server resources over global binaries when they are available.

On this page