DEV Community

Cover image for Notte CLI: Browser Automation from Your Terminal
nottelabs
nottelabs

Posted on • Originally published at notte.cc

Notte CLI: Browser Automation from Your Terminal

We built the Notte Console so you could prototype, debug, and deploy browser automations in one environment.

Now you can control everything from your terminal.

What is Notte CLI?

Notte CLI brings full browser automation control to the command line. Start sessions, navigate pages, click elements, run AI agents, and scrape data; all without leaving your terminal.

Features

  • AI agents - run and monitor AI-powered browser functions
  • Browser sessions - headless or headed Chrome/Firefox with full control
  • Files - upload and download files to notte.cc
  • Output formats - human-readable text or JSON for scripting
  • Personas - create and manage digital identities with email, phone, and SMS
  • Secure credentials - system keyring for API keys, vaults for website passwords
  • Web scraping - structured data extraction with custom schemas
  • Functions - schedule and execute repeatable automation tasks

How it works

# Start a browser session
notte sessions start

# Navigate and interact
notte page goto "https://..."
notte page observe
→ B1, B2, I1...

notte page click B3
notte page scrape --instructions "..."
Enter fullscreen mode Exit fullscreen mode

Need to see what's happening? notte sessions viewer opens the Console instantly.

Why it matters

Browser automations now fit into your existing workflows. Terminal + Console means you can build however you work best.

Get started

Top comments (0)