There are two normal ways to run Pioneer. For personal use on one computer, install the desktop app. It can bring up a local gateway for you, so you do not need to think about services, ports, or tokens on the first run. For a shared machine, a server, or a machine that should keep working while your laptop is closed, install the gateway directly. Then connect to it from the desktop app.Documentation Index
Fetch the complete documentation index at: https://docs.getpioneer.dev/llms.txt
Use this file to discover all available pages before exploring further.
Local Desktop Install
Choose this if you want the fastest path: download the app, open it, start working.- macOS
- Windows
- Linux
Download the Pioneer
.dmg, open it, and move Pioneer.app into Applications. When the app opens for the first time, it can start a local gateway for you.The desktop app uses bundled gateway assets and the native install flow for local setup. The shell bootstrap scripts below are mainly for direct gateway installs.
Remote Gateway Install
Install the gateway directly when you want Pioneer to live on another machine: a workstation, a server, a home box, a lab machine, or a remote environment with access to specific files and tools. On macOS or Linux:pioneer CLI, and registers a user-level gateway service.
You can choose a channel or exact version when release assets exist for your platform:
Check That It Runs
After a gateway install, open a new terminal and run:pioneer, open a new terminal. On Unix systems, make sure ~/.local/bin is in your PATH:
Connect The Desktop App
A local gateway usually appears in the desktop app automatically. For a remote gateway, first issue a token on the machine that runs the gateway:Work Gateway, Home Server, or Sandbox.
Remember that the desktop app is only the client. If you connect to a gateway on a server, tools run on that server and see that server’s files, environment variables, network, and permissions.
Saved desktop gateway tokens are stored in the desktop keystore. The desktop registry stores token refs, not raw bearer tokens.
Bind Address And Port
The production gateway listens on:| Platform | Config path |
|---|---|
| macOS | ~/Library/Application Support/pioneer/config.toml |
| Linux | ~/.config/pioneer/config.toml |
| Windows | %APPDATA%\pioneer\config.toml |
Update Or Stop
Update the gateway with:The current CLI exposes
stop, not a separate uninstall command. Back up runtime data before manually deleting Pioneer directories.