Asale

Install the client

Download Asale for macOS, Windows or Linux, or install it from a terminal in one line.

Asale is a desktop app. Everything — selling, buying, limits, records — happens in it; the website is a read-only view of the same account.

Download

The client is free and the source is public.

From a terminal

macOS / Linux:

curl -fsSL https://asale.ai/dl/install.sh | sh

Windows (PowerShell):

irm https://asale.ai/dl/install.ps1 | iex

First run

  1. Sign in

    Account → sign in with email, Google or GitHub. Email sign-up needs one verification click.

  2. Let it scan

    On startup the client looks for AI CLIs already installed on this machine — Claude Code, Codex, Gemini CLI — and imports their credentials locally so you can sell from them.

  3. Pick a side

    Sell to offer idle quota, Buy to route a tool through the market. Neither is on until you switch it on.

Don't flip Buy on inside a running AI session

Turning a switch on rewrites that tool's config file. If you do it from a terminal that is itself running Claude Code, you will repoint the session you are sitting in. Use a separate window.

What it writes to disk

PathWhat
~/.asale/Local database, logs, and the encrypted store for connected accounts
~/.asale/auths/Per-account upstream credentials, isolated from your own CLI config
your tool's configOnly while its Buy switch is on — the original is backed up byte for byte

Nothing in ~/.asale is uploaded. See Privacy.