Powered by Solana · No API Keys · No Claude · No OpenAI
Solana-Native AI Agent · v1.0.0
Solace mascot

Solace

The AI agent that lives in your terminal.
Powered by Solana. No API keys. No middlemen. No limits.

No OpenAI
No Claude
No API Keys
No macOS
$ npm install -g solace-agent
one command. no setup. no accounts.
Get Started See Features
Built on Solana.
Not a wrapper.

Every other AI agent runs on top of someone else's API. You pay per token. You trust their servers. You hope they don't go down. Solace is different — it runs on Solana.

No API keys.
Just your wallet.
Solace authenticates with your Solana wallet. That's it. No OpenAI account. No Anthropic billing. No rate limits from a third-party company. Your wallet is your identity, your compute credit, and your access pass — all in one.
Wallet-native auth
On-chain compute
400ms finality
Sub-cent transactions
Censorship resistant
OpenAI API key
Anthropic / Claude
Monthly billing
Rate limits
Centralized servers
Data harvesting

Connect wallet → start using
Your terminal. Supercharged.

Solace lives where you work. No browser tab. No dashboard. Just your terminal and a Solana wallet.

solace — terminal
$ npm install -g solace-agent
◇ Downloading solace-agent...
◇ Connecting to Solana mainnet...
✓ solace-agent@1.0.0 installed

$ solace

▓▒░ Solace AI Agent v1.0.0
◇ Powered by Solana · No API keys required
◇ Wallet: 8xKf...w2Pq  [connected]
◇ Balance: 1.24 SOL

What can I help you with?

> build me a REST API in express with auth

◇ Generating... [Solana on-chain compute]
◇ Created: server.js, middleware/auth.js,
  routes/api.js, .env.example
✓ Done · 0.000021 SOL spent

>
Features
Everything you need.
Nothing you don't.
Solana-Speed Responses
400ms block finality. Responses that feel instant. Built on the fastest blockchain in the world — that speed carries through to every interaction.
🔑
Wallet Auth. That's It.
No email. No password. No API key buried in a .env. Connect your Solana wallet and you're in. Your keys, your agent.
🛠️
Fully Hackable
Solace is built to be extended. Plugins, custom tools, custom prompts. Modify the core, build on top of it, ship it as your own product.
🖥️
Windows & Linux
Built for devs who use real operating systems. Native support for Windows and Linux. Not everything needs to be a macOS app.
🔗
On-Chain Actions
Solace can interact with Solana programs, sign transactions, read wallet state, and execute on-chain operations — all from natural language.
🧠
Context-Aware
Reads your project files, understands your codebase, tracks conversation context. Gets smarter the more you use it — memory that lives with your wallet.
Platform Support
Built for devs.
Not Apple fans.

Solace runs natively on Windows and Linux. macOS is not supported — and we're not sorry.

🪟
Windows
✓ Supported
🐧
Linux
✓ Supported
🍎
macOS
✕ Not Supported
Quick Start
Up in 60 seconds.

No accounts. No config files. No API keys. Just install and go.

1

Install Solace

Run npm install -g solace-agent in your terminal. Works on Windows and Linux with Node 18+.

2

Connect your Solana wallet

Run solace init — Solace will prompt you to connect your wallet. Phantom, Backpack, and any Solana wallet supported. No accounts created, nothing stored centrally.

3

Start talking to it

Run solace from any directory. Ask it to build things, explain code, run tasks, interact with Solana programs — in plain English.

4

Hack it (optional)

Drop plugins into ~/.solace/plugins/ to extend behavior. Build custom tools, connect external APIs, or fork the core entirely.

Copied!