01 Local image operations

Create.
Trace.
Keep.

A local-first image studio built around your authenticated Codex session. Generate, review, and organize without turning your creative history into somebody else's cloud library.

Codex Studio workspace with a local image catalog and persistent generation queue
Assets
Local
History
SQLite
Primary runtime
Codex
Authenticated session Persistent jobs Catalog-first Open source

02 What stays true

A studio with boundaries.

  1. 01

    Your library stays yours.

    Images, thumbnails, transcripts, logs, and database state live in a Studio Library on your machine.

  2. 02

    Every result has a trail.

    Persistent jobs and Catalog Entries keep generation state inspectable after the browser reloads.

  3. 03

    Codex stays at the center.

    The default path uses your local Codex and ChatGPT session. Optional providers stay behind the same backend contract.

03 Product tour

One desk. Four working views.

Real screens from the app—not concept art or a hosted imitation.

ACatalog + queue
The Codex Studio catalog beside a persistent generation queue
Review assets and job state without leaving the workspace.
BRecipe index
Codex Studio recipe index with guided image workflows
Start with a guided workflow when a blank prompt is not enough.
CStyle systems
Codex Studio style pack browser
Browse controlled visual systems rather than generic style labels.
DSettings + diagnostics
Codex Studio settings and local runtime diagnostics
See what is ready, what is blocked, and the exact next action.

04 Durable path

Intent becomes a local record.

01DescribePrompt or recipe
02ExecutePersistent job
03StoreLocal asset
04ReviewCatalog entry

05 Run locally

Three commands to the first frame.

Bring Bun, a modern browser, and an authenticated Codex CLI. The default Codex path does not require an OpenAI API key.

Open the setup guide
$ bun install
$ bun run studio:init
$ bun run dev

# UI       http://localhost:17222
# Local API http://localhost:17223