← Products

Pistachio

DRM3's Morpheus-compatible P2P inference client.

Pistachio Dashboard
Currently in alpha. Contact us on Twitter to get access.

What is Pistachio?

Pistachio is a lightweight gateway that runs on your machine and connects you to AI models on the Morpheus network. You stake MOR tokens to unlock access — no API keys, no cloud accounts, no middlemen.

It exposes an OpenAI-compatible API on localhost, so any tool that speaks the OpenAI protocol works out of the box. Point Claude Code, Continue, or any other AI dev tool at it and go.

Pistachio is available as a command-line client, a headless daemon for servers, or with a full dashboard UI. Run it on your laptop, a cloud VPS, or anywhere you want permissionless AI access.

Requirements

Install

Mac / Linux / WSL2 (recommended)
curl -fsSL https://raw.githubusercontent.com/drm3labs/drm3-releases/main/products/pistachio/install.sh | sh
Mac (Homebrew)
brew tap drm3labs/drm3 && brew install pistachio

Quick Start

1. Set your private key
pistachio config set private-key
2. Start the gateway
pistachio serve

Open http://localhost:19377 to access the dashboard.

Live Demo

Don't want to install yet? Try the hosted version — full dashboard, live on the Morpheus network:

⚡ Try Pistachio Live — pistachio.inference.drm3.network

Use with Claude Code

Pistachio speaks the Anthropic Messages API. Point Claude Code at your local Pistachio instance:

ANTHROPIC_BASE_URL=http://localhost:19377/inference claude

That's it — Claude Code will route through Morpheus providers via Pistachio. Permissionless, private, no API keys.

Use with Other AI Tools

Pistachio also exposes an OpenAI-compatible API:

Continue (VS Code)
Set base URL to http://localhost:19377/v1
aider
aider --openai-api-base http://localhost:19377/v1
Any OpenAI SDK
OPENAI_BASE_URL=http://localhost:19377/v1

Direct Download

Apple Silicon Intel Mac
All Releases & Downloads

How It Works

Pistachio stakes MOR tokens to open sessions with AI providers on the Morpheus network. Each session gives you one concurrent request lane to a specific model. The process is fully automated:

This restake cycle happens automatically in the background. You don't need to manage sessions manually.

Capacity & NFT Passes

Current release: every wallet gets 20 MOR automatically. Claim your free Starter pass for an additional +20 MOR — that's 40 MOR free to get started.

For production use — multiple models, longer sessions, less gas — you need more capacity. Pistachio Passes are NFTs on Base that increase your autostake limit:

LevelCapacityPrice
Free20 MORAutomatic
Bronze+200 MOR5 MOR
Silver+1,000 MOR20 MOR
Gold+5,000 MOR80 MOR
Diamond+20,000 MOR250 MOR

Capacity is additive — buy multiple passes to stack. Want 40K capacity? Two Diamonds. Passes are tradeable ERC-721 NFTs on Base with a 3% royalty on secondary sales.

Get a Pistachio Pass

Why Higher Capacity Saves Money

Every restake is 3 on-chain transactions (close + withdraw + open). On Base L2, each costs about $0.004 in ETH gas. At 20 MOR, your sessions last ~23 minutes — that's a lot of restaking.

Higher capacity means bigger stakes per session, which means longer sessions, which means fewer restakes, which means less ETH burned on gas. A Silver pass running 5 models saves over $2,000/year in gas compared to the free tier.

Become a Provider

Run AI models and earn MOR by serving inference requests to Pistachio users. Providers stake MOR, register their models on-chain, and receive direct P2P connections from clients.

Learn about operating a Morpheus compute node

© 2026 DRM3 Labs Corp.

Terms  ·  Privacy