Skip to main content

The fastest way to start

Paste this into your AI coding agent (Claude Code, Cursor, Windsurf, Goose, etc.) and let it handle the rest:
That’s it. Your agent will install the CLI, authenticate you, scaffold a project from a template, and deploy it — all in one flow.
For an even deeper integration, install the Kernel MCP server to give your agent direct access to Kernel’s browser tools: kernel mcp install --target cursor (or claude-code, windsurf, vscode, goose, zed).

Manual setup

If you prefer to set things up yourself, follow these steps.
Already familiar with browser vendors? Skip to creating a browser directly.

Prerequisites

1. Install the Kernel CLI

Verify the installation:

2. Authenticate

This opens your browser to complete the OAuth flow. Credentials are stored and refreshed automatically.

3. Create an app

The CLI walks you through picking a language (TypeScript or Python) and a template. To skip the prompts:

4. Deploy

Pass environment variables with --env-file .env if your template needs API keys.

5. Invoke

Next steps

Sample apps reference

These are the templates available when you run kernel create: