Download
Download the latest version of Trace from the official website: buildwithtrace.com/downloadmacOS Installation
1
Download the .dmg file
Download the
.dmg file for macOS from the link above.2
Open and install
Open the downloaded file and drag Trace to your Applications folder.
3
Launch Trace
Open Trace from Applications. Trace is signed and notarized — no Gatekeeper workarounds needed, even on macOS Sequoia (15+).
Smooth installs on Sequoia — Starting with v1.2, Trace passes Apple’s Gatekeeper checks out of the box. All binary paths are relative, the CLI is properly named, and the
Info.plist metadata is correct. No xattr commands or “Open Anyway” steps required.Windows Installation
1
Download the installer
Download the
.exe installer for Windows.2
Run the installer
Run the installer and follow the prompts.
3
Launch Trace
Launch Trace from the Start menu or desktop shortcut.
Linux Installation
1
Download the AppImage
Download the
.AppImage file for Linux from the link above.2
Make it executable
Open a terminal and run:
3
Run Trace
Double-click the AppImage or run it from the terminal:
AppImage dependencies — Trace’s AppImage uses a modern DwarFS-based runtime that does not require FUSE. If the AppImage won’t start, try extracting and running directly:
URUNTIME_EXTRACT=1 ./trace-*-linux-x86_64.AppImage --appimage-extract && ./squashfs-root/AppRun. Trace requires libsecret and webkit2gtk for authentication and the chat UI — these are usually preinstalled on GNOME and KDE desktops.Open from the Command Line
You can launch Trace from your terminal and open a project directory or file directly — similar to howcursor . or code . works.
- macOS
- Windows
- Linux
Open the current directory in Trace:Open a specific project file:Optional: create a Then restart your terminal. Now you can use:
trace shell commandAdd this to your ~/.zshrc (or ~/.bashrc):
