Asalebeta

Install the Asale client

One desktop app for both sides of the trade: share the quota you are not using, or route a tool at the market. Or install nothing at all and point your code at the cloud gateway.

Desktop client

Both sides of the trade. Selling needs it; for buying it rewrites the config of Claude Code, Codex and Gemini CLI for you.

Download the client

v0.6.6 · Free and open source. What is metered is the traffic, never the app.

Install from a terminal

One line, no desktop needed. On a box with no screen this is the only install that works — the whole interface lives on localhost.

Or install from a terminal
curl -fsSL https://asale.ai/dl/install.sh | sh
Use the cloud endpoint directly

Nothing to install. Change the base URL and the key in your OpenAI, Anthropic or Gemini client; the rest of the code stays exactly as it is.

Base URL — the line for the SDK you hold
  • OpenAIhttps://gw.asale.ai/v1
  • Anthropichttps://gw.asale.ai
  • Geminihttps://gw.asale.ai
Auth — any one of the three headers, on any endpoint
Authorization: Bearer sk-asale-...
x-api-key: sk-asale-...
x-goog-api-key: sk-asale-...

What you get

Four screens do the work. Everything below is the client itself, in this language.

Overview
OverviewWhat you earned, what you spent, and where on the network the traffic is coming from.
Sell
SellConnect the subscriptions you already pay for, cap each account per day, and stop automatically at the cap.
Buy
BuyPoint Claude Code, Codex or Gemini CLI at the market, per tool, and pick exactly which models may be bought.
Usage
UsageEvery request you served or bought, by day and by model, against the limits you set.

After it is installed