First & only jailbreak · Instant after payPlans

Unlimited Luna CLI · Setup

Install in 3 simple steps

Get your key → download the setup file for your computer → paste the key and start chatting.

No ChatGPT login neededKey from dashboard or email only
  1. 1 · Get your key
  2. 2 · Download setup
  3. 3 · Run & chat

Step 1

Where is my API key?

New accounts: open Dashboard and click “Start 10-minute test”. Paid accounts: the key is emailed right after payment.

Dashboard (recommended)

Log in → Dashboard. Start the free test, or open API access after you buy. Copy the full key when it is shown.

Email

We also send the key by email. Check inbox and spam. Base URL is always api.unlimitedcodex.com.

Never share the full key. Support only needs the short prefix and the error text.

Step 2

Pick your computer

Choose Windows, macOS, or Linux, then download the matching setup file.

Easiest path

One setup file does the work

The setup file installs Unlimited Luna CLI, asks for your key, saves login, and opens chat.

  1. 11. Download the Windows setup file (button below).
  2. 22. Double-click the file. If Windows warns you: More info → Run anyway.
  3. 33. Wait for install (needs internet + Python 3.9+).
  4. 44. When asked, paste your API key from the dashboard or email.
  5. 55. Chat starts. Next time just type: unlimited

You need Python 3.9+ first. Install Python On Windows, enable “Add python.exe to PATH”. Offline: put unlimited-cli-package.zip next to the setup file.

Step 3

Daily use after install

You paste the key only once. Later, open chat with one command.

unlimited              # start chat
unlimited status       # show masked key + URL
unlimited update       # install the newest CLI
unlimited doctor       # check install + network
unlimited logout       # remove saved key
unlimited demo         # UI preview without a real key

It worked if…

You see streaming answers in the terminal. unlimited status shows a masked key.

HTTP 401 error

Key is wrong, expired, or ended. Get a new key from the dashboard, then run unlimited login again.

Optional

Manual install (advanced)

Only if you prefer pip yourself. Most people can skip this.

# zip package (any OS):
pip install -r requirements.txt
pip install .
unlimited login --key sk-...
unlimited

# Windows exe:
unlimited-cli.exe login --key sk-...
unlimited-cli.exe

# Linux:
chmod +x unlimited-cli-setup.sh && ./unlimited-cli-setup.sh

# macOS:
chmod +x unlimited-cli-setup.command && ./unlimited-cli-setup.command

# offline:
# put unlimited-cli-package.zip next to the setup file, then run it

FAQ

What do I download?
One setup file for your OS: .bat on Windows, .command on macOS, .sh on Linux. It installs the CLI for you.
Do I need Codex or another IDE?
No. Unlimited Luna CLI works in the terminal by itself. Codex IDE is a different product path.
Windows shows a warning?
That can happen with unsigned scripts. Use More info → Run anyway only if you downloaded from unlimitedcodex.com.
Where do I start the free test?
Create an account, open Dashboard, click “Start 10-minute test”. One free test per account.

Product page: /product/unlimited-api · Pricing: /pricing