← All tools

@p0systems/peezy

Popularity 65 Updated Development & Build

Peezy CLI: a terminal coding agent for the Peezy Agent Gateway.

npmauto-collected

Installation

npm
npm install -g @p0systems/peezy

Install with npm.

<p align="center" <img src="./assets/peezy-logo.svg" alt="Peezy" width="420" / </p

<p align="center" A terminal coding agent for real project work. </p

Peezy CLI

Peezy CLI connects your terminal to the Peezy Agent Gateway. It provides a focused coding-agent workflow with browser login, model discovery, usage tracking, repository-aware file mentions, and optional managed tools for image generation and web research.

Install

npm install -g @p0systems/peezy
peezy

The package installs the peezy binary.

Quick Start

Sign in with Peezy to get free starter usage through the hosted gateway:

peezy login
peezy auth status
peezy models
peezy "summarize this repo"

Prefer to use your own provider instead of Peezy login:

peezy providers
peezy config use <provider-id>
peezy config set apiKey <key>
peezy models

Run a single non-interactive prompt:

peezy --print "summarize @src/index.ts"

Peezy Go

Peezy login includes free starter usage through the hosted gateway. Peezy Go adds a larger monthly usage allowance, managed image generation, and stronger default model access. Run peezy upgrade or /upgrade inside the TUI to open the Peezy Go dashboard.

Configuration

The first run creates ~/.peezy/config.json with 0600 permissions when the filesystem supports it. Browser login stores a Peezy gateway key in that file. Do not commit it.