Skip to main content
Finkkle One is currently undergoing a major overhaul. Studio, Dufus, and all other Finkkle One services are down or disabled until further notice. Finkkle Trends remains accessible. More details soon.
Finkkle One Studio is the AI development environment that puts Dufus — the Finkkle coding agent — directly inside the tools you already use. Work side-by-side with Dufus locally, hand off to the cloud when you step away, and review every change before it ships.

Where Studio runs

CLI

Install the CLI and run studio in any project directory. Dufus has full access to your local file system within the project.

IDE Extension

Install the Finkkle Studio extension for your IDE. Dufus appears as a persistent side panel — chat while you edit, with full project context.

Web Studio

Access Studio at one.finkkle.com without any local setup. Connect to a GitHub repo or work in the cloud sandbox.

GitHub

Connect a repository to Studio. Dufus can read the full tree, draft commits, create issues, and review pull requests.

Install the CLI

npm
After installation, run studio from any project directory:
The CLI opens a Dufus session with your current directory as context. The prompt shows your model, directory, and remaining context:

CLI commands

The context meter shows how much of the model’s context window is remaining. When it fills, use /fork to continue in a branched thread without losing your work.

Example workflow

Connecting GitHub

To connect a repository:
  1. Open Studio at one.finkkle.com
  2. Click Connect to GitHub
  3. Select the repository you want to work with
  4. Dufus gains read access to the file tree and can create branches, issues, and commits within approved scope
Grant only the permissions Studio needs for the task at hand. For read-only code review and explanation, grant read access only. Only grant write access when you intend to commit changes.

Model selection in Studio

Switch models at any point with the /model command or the model selector in the web UI:
Start with Arctic 1.3 for most development tasks — it has strong reasoning and a large context window. Switch to GPT-5.4 or GPT-5.5 when you need higher capability for multi-step planning or large refactors.