Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Setup For Pi Agent #2124

ch0udry started this conversation in General
Discussion options

Any setup or setup guide for Pi agent ?

You must be logged in to vote

Replies: 1 comment

Comment options

Yes. This is the basic Pi setup:

curl -fsSL https://pi.dev/install.sh | sh
pi

Then inside Pi:

/login
/model

Or npm install:

npm install -g @mariozechner/pi-coding-agent
pi

Useful config files:

~/.pi/agent/AGENTS.md # global instructions
./AGENTS.md # project instructions
~/.pi/agent/settings.json # global settings
./.pi/settings.json # project settings

Optional packages:

pi install npm:pi-web-access
pi install npm:pi-codex-goal
pi install npm:pi-mcp-adapter

Pi supports OpenAI/Codex-style usage, Claude, DeepSeek, Gemini, OpenRouter, etc.; pick provider via /login or launch with flags like:

pi --provider openai --model gpt-4o

Main guide I found: Pi setup gist and recent walkthrough.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /