Installation
import { Steps, Aside } from ‘@astrojs/starlight/components’;
System Requirements
Section titled “System Requirements”| Requirement | Details |
|---|---|
| OS | macOS 11+ or Windows 10+ |
| Architecture | macOS universal (Intel + Apple Silicon), Windows x64 |
| Disk Space | ~250 MB |
| Notes | Apple notarized build on macOS, NSIS installer on Windows |
Install on macOS
Section titled “Install on macOS”-
Download the DMG
-
Open the DMG and drag to Applications
Double-click the downloaded
.dmgfile, then drag The Terminal into your Applications folder. -
Launch
Open The Terminal from Applications or Spotlight (
Cmd+Space, type “The Terminal”).
Install on Windows
Section titled “Install on Windows”-
Download the installer
-
Run the installer
Open
The-Terminal-latest-win.exeand complete the NSIS setup flow. -
Launch
Open The Terminal from the Start Menu.
Auto-Updates
Section titled “Auto-Updates”The Terminal checks for updates automatically over HTTPS with signature verification. When a new version is available, you’ll see an update prompt. Updates are incremental — only changed components are downloaded.
In-App Gee Setup (macOS)
Section titled “In-App Gee Setup (macOS)”If you’re on macOS, you can bootstrap Gee tooling directly from The Terminal:
- Open Settings (
Cmd+Shift+P) - Go to Gee Setup
- Click Check Status
- Click One-Click Install
- Run
gee-code auth loginin a terminal panel
The guided setup checks and installs Homebrew, Python 3.12, Node.js, and gee-code. It also supports optional installs for Claude Code CLI and OpenAI Codex CLI.
Installing Gee-Code Manually
Section titled “Installing Gee-Code Manually”The Terminal is a standalone workspace — you don’t need Gee-Code to use it. But the AI integration features require Gee-Code to be installed.
If you want AI capabilities:
# macOS / Linuxcurl -fsSL https://gee-desktop.s3.amazonaws.com/GeeCode/install.sh | bash# Windowspowershell -ExecutionPolicy Bypass -c "irm https://gee-desktop.s3.amazonaws.com/GeeCode/install.ps1 | iex"gee-code auth loginThen run gee-code inside a Terminal panel. It will automatically detect The Terminal and connect to the DevTools API.
See the Gee-Code documentation for full installation instructions.
Uninstall
Section titled “Uninstall”- macOS: Drag The Terminal from Applications to Trash
- Windows: Uninstall from Settings -> Apps -> Installed Apps
To remove configuration files:
rm -rf ~/.the-terminalNext Steps
Section titled “Next Steps”- Quick Start — get oriented in 2 minutes