Focused tools. One native workspace.

Make Windows feel purpose-built.

Keep the websites, AI providers, tiny HTML apps, folders, terminals, and tools you actually use in one compact workspace—without turning your day into a maze of browser windows.

Windows 10/11 · WebView2 · Local-first app data · No account required for the trial

Native desktop shell Multi-provider AI Distraction-free browser
A colorful KopraCode AI app draft flowing into a polished live project-dashboard preview
From idea to useful toolOn the left, AI Studio receives a plain-language request. The flow through the KopraCode mark represents generation; the live dashboard on the right is the finished single-file app, ready to preview, save, and reuse.
Interactive product tour

Try the KopraCode workflow.

Explore real KopraCode screens, follow the highlighted controls into AI Studio, and see the resulting app return to the library.

REAL KOPRACODE SCREENSGuided interactive walkthrough

Hover a highlighted area to see what it does. Select any screen to explore the workflow.

Full KopraCode workspace showing permanent top tabs, Dock, ChatGPT, and the native bottom bar

The interface above uses unaltered KopraCode captures. Hotspots and the short progress state are the only simulated layers; no AI provider is contacted and no data is saved.

A calmer way to work

Everything important stays close. Everything else stays out.

KopraCode combines web surfaces and native Windows utilities without pretending they are all the same thing. Each tool opens in the form that makes it most useful.

Permanent website tabs

Keep your daily services in a fixed top bar with automatic favicons, per-tab settings, Night Light, and optional Run Copied Code support.

Tabs and Tab Manager →

Temporary KopraCode Browser

Open temporary sites with your KopraCode login profile. Add a useful page as a permanent tab only when it earns a place.

Browser and Focus Video →

AI App Studio

Create polished single-file HTML tools with local, DeepSeek, OpenAI-compatible, or Ollama providers. Drafts continue when the modal is closed.

AI providers and drafts →

Versioned HTML apps

Preview pasted code, save immutable versions, organize apps into workspaces, add tags, archive old tools, and run them in focused windows.

App Manager →

Native Explorer and search

Browse folders, preview images, open a terminal, and use Everything with es.exe for near-instant filename search across indexed drives.

Set up Everything →

Native bottom taskbar

Pin apps, files, folders, terminals, and global shortcuts. Use modifier banks for dense layouts and see running state at a glance.

Taskbar guide →

Night Light profiles

Dim, warm, and desaturate bright web pages while leaving interactions intact. Use one global profile or tune individual tabs.

Night Light →

Clipboard code runner

Copy a complete HTML document from an AI chat, preview it safely, then create a new app or update an existing one.

Run Copied Code →

Icon Studio

Customize built-in managers, website tabs, saved apps, and native taskbar pins with quick offline symbols, Iconify search, local artwork, favicon sync, and color inversion.

Icons and appearance →
See the workflow

One workspace, explained step by step.

These KopraCode 2.0 views follow the workflow from a small app library to AI creation, permanent web tabs, and complete icon customization.

01

Turn useful ideas into a personal app library

Save complete single-file HTML tools, group them into workspaces, tag and favorite them, keep version history, and dock the ones you use every day.

Explore App Manager →
App Manager with six compact HTML tools arranged in Focus and Research workspaces
Searchable library · workspaces · favorites · versioned apps
02

Describe the tool you need

AI Studio starts every creation as a recoverable draft. You can close the modal, work elsewhere, return later, and save the completed result only when it is ready.

Learn the AI Studio workflow →
KopraCode AI Studio drafting a compact project dashboard
Background drafts · model selection · complete HTML output
03

Keep local and cloud AI providers side by side

Create profiles for local models, DeepSeek, OpenAI, or another compatible endpoint, then switch from the least expensive or most private option to a stronger provider only when needed.

Configure providers and models →
AI provider profiles dialog configured for an OpenAI-compatible provider
Multiple saved profiles · local model discovery · quick switching
04

Give permanent tabs exactly as much space as they deserve

Adjust the shared named-tab width, switch individual tabs to icon-only mode, install common AI assistants, restore Help, and tune Night Light without editing configuration files.

Set up the Tab Manager →
Tab Manager showing tab width, Night Light, Help restoration, and popular AI assistants
90% default width · icon-only tabs · Help restore · Night Light
05

See every permanent site and its behavior at a glance

Reorder sites, distinguish favicon-synced and fixed artwork, enable copied-code handling only where useful, and customize the two protected management tabs without risking their URLs.

Manage sites and built-in tabs →
Tab Manager site list with built-in App Manager and Tab Manager icons, web favicons, and appearance controls
Protected management tabs · ordered sites · favicon status · per-tab controls
06

Make every tool recognizable in Icon Studio

Choose an instant offline symbol or search thousands of Iconify SVGs. Apply the result to built-in managers, website tabs, saved apps, or native pins, and invert artwork when its original colors disappear against a dark surface.

Customize icons everywhere →
Icon Studio with color inversion, quick offline icons, and online Iconify search
Offline choices · Iconify search · SVG support · one-click inversion
A practical workflow

From passing thought to reusable desktop tool

You do not need a project scaffold, a package manager, or another repository for every small utility.

Ask or paste

Use the built-in App Studio, or copy a complete HTML document from an AI provider already open in a tab.

Preview and refine

Open the code in KopraCode’s isolated renderer. Update the prompt, edit the source, or continue a saved background draft.

Save, organize, dock

Create an immutable version, place the app in a workspace, then dock it for one-click access from the native taskbar.

Local-first by design

Your tiny apps stay useful after the chat ends.

Saved HTML apps run inside KopraCode’s WebView2 windows. Their persistent data is isolated per app, while management capabilities remain unavailable to ordinary app content.

App data is stored through a small isolated get/set/list/remove API.
Website cookies remain in KopraCode’s own shared profile—not Chrome’s.
AI provider keys and local settings stay on your Windows profile.
License state supports an offline grace period after successful validation.
// one HTML file, persistent local data
const notes = await window.edgedeck.data.get("notes") || [];

notes.push({
  text: "A useful idea",
  createdAt: new Date().toISOString()
});

await window.edgedeck.data.set("notes", notes);
Simple desktop license

Try the complete workspace first.

The seven-day trial is designed to let you test the real workflow before deciding.

KopraCode 2.0
$29 one-time license
  • Full feature set
  • 7-day trial
  • Local HTML apps
  • Multi-provider AI Studio
  • Native tools
  • Offline grace after validation
Download the 7-day trial Buy a license Installation help Windows 10/11, 64-bit · Trial starts automatically
The complete handbook

Learn KopraCode at your own pace.

The online help covers every major surface, recommended Everything + es.exe setup, AI provider order, licensing, data locations, and troubleshooting.

Open KopraCode Help