If you are already familiar with browser vendors and are looking to quickly switch to Kernel browsers, follow the instructions here.
Getting started
This quickstart guide will help you deploy and invoke your first browser automation on Kernel. You’ll create a simple automation using Playwright, Computer Use, or a web agent framework like Browser Use.Prerequisites
brewfor the Kernel CLI- A Kernel account
Note: You can also deploy and invoke apps using the Kernel MCP server from AI assistants (Cursor, Goose, Claude, etc.).
1. Install the Kernel CLI
2. Create a new Kernel app
3. Authenticate with Kernel
The easiest way to authenticate is using OAuth:4. Deploy the sample app on Kernel
5. Invoke the app
Next steps
Nice work! With Kernel, you:- Developed an app that uses Playwright, Computer Use, or a web agent framework like Browser Use
- Deployed and invoked it in the cloud
search_docs tool.
Sample apps reference
These are the sample apps currently available when you runkernel create:
| Template | Description | Framework |
|---|---|---|
| sample-app | Implements a basic Kernel app | Playwright |
| captcha-solver | Demo of Kernel’s auto-CAPTCHA solving capability | Playwright |
| browser-use | Implements Browser Use SDK | Browser Use |
| stagehand | Implements the Stagehand v3 SDK | Stagehand |
| anthropic-computer-use | Implements an Anthropic computer use agent | Anthropic Computer Use API |
| openai-computer-use | Implements an OpenAI computer use agent | OpenAI Computer Use API |
| gemini-computer-use | Implements a Gemini computer use agent | Gemini Computer Use API |
| openagi-computer-use | Implements an OpenAGI computer use agent | OpenAGI Computer Use API |
| magnitude | Implements the Magnitude.run SDK | Magnitude.run |

