Neon Pilot Download

Getting Started

Install Neon Pilot from source and verify the setup.

Install from source

git clone <repo-url>
cd neon-pilot
pnpm install
pnpm run setup:hooks   # optional: enable the tracked pre-commit hook
pnpm run build

The repo intentionally has no first-party postinstall. Third-party build scripts are pinned in pnpm-workspace.yaml; review anything newly blocked with pnpm ignored-builds.

Start the desktop app

pnpm run desktop:start

The desktop app manages the local daemon automatically.

Important paths

Verify the install

The desktop app starts and loads the conversation view. Create a new conversation and send a message to verify the agent responds.

Next steps