Skip to content

SandPalace/opencode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11,591 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧩 PIXI

AI-powered coding assistant for the terminal.

npm version CI License


Quick Start

Windows (one line, no Node.js needed):

iwr -useb https://algolab.academy/install.ps1 | iex

macOS / Linux (via npm):

npm install -g pixicode

Or run once without installing (macOS / Linux only):

npx pixicode

Windows note: npm install -g pixicode and npx pixicode do not work on Windows — the npm package ships binaries only for macOS and Linux. Use the PowerShell one-liner above.

Step-by-step guides for kids: Windows · macOS

What is PIXI?

PIXI is a terminal-based AI coding assistant that helps you write, debug, and refactor code directly from your command line. It supports multiple AI providers and gives you a rich TUI (terminal user interface) experience.

Features

  • Multi-provider AI — Works with Anthropic, OpenAI, AWS Bedrock, Google Gemini, and more
  • Rich terminal UI — Interactive TUI with syntax highlighting, file diffs, and conversation history
  • Tool use — AI can read/write files, run commands, search code, and more
  • Session management — Save and resume coding sessions
  • MCP support — Extensible via Model Context Protocol servers
  • Customizable — Configure themes, keybindings, providers, and models

Configuration

On first run, PIXI will guide you through setting up your AI provider. You can also configure it manually:

# Set your preferred provider
export ANTHROPIC_API_KEY="sk-..."
# or
export OPENAI_API_KEY="sk-..."

Run pixicode and select your provider and model from the settings menu.

Attribution

PIXI is built on OpenCode, an open-source AI coding agent. Licensed under MIT.

License

MIT — Copyright (c) 2025 OpenCode, Copyright (c) 2026 SandPalace

About

The open source coding agent.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 58.1%
  • MDX 38.0%
  • CSS 2.9%
  • Rust 0.5%
  • Astro 0.2%
  • JavaScript 0.2%
  • Other 0.1%