10xdev logo 10xdev

Bridge browser LLM chats to your local files

10xdev closes the gap between cloud LLMs and your file system: insert files into prompts, compare results, save changes, mask secrets, and move faster with predefined prompt snippets.

10xDevAi has two parts you use together:

Start here

Installation Guide (3 min)

This short video walks you through setting up the Chrome Extension, running the CLI, and logging in. Watch this first—other tutorials are optional.

Product Benefits

Close the gap between browser-based LLM chat and your local file system.

Insert files as context

Send code, docs, or data directly into prompts for grounded responses.

Compare & save to FS

Diff results and write back safely to your working tree.

Detect & mask secrets

Keep tokens out of diffs and logs with built-in secret hygiene.

Prompt snippets

Pre-define reusable snippets to speed up common flows.

Tutorials

Short videos: watch and follow along.

Add File to Prompt

Attach local files to ground your chat.

Open Explorer

Browse your workspace from the browser.

Show Diff

Compare generated changes with your file.

Installation

Browser Plugin (Chrome)

  1. Open the Chrome Web Store: 10xDevAi – Chrome Plugin
  2. Click Add to ChromeAdd extension.
  3. (Optional) Pin the extension via the puzzle icon.
  4. Click the extension icon and Log in. On first login, you’ll complete email registration & verification.
  5. With the plugin active, you can: insert files as context, compare & save results back to FS, and use snippets.

On first login, registration with email and email verification is required.

CLI Usage

tenx serve [-d|--detach]   # Start the server (use -d to run in background)
tenx stop                  # Stop the background server
tenx status                # Check if the server is running
tenx set-secret <KEY>      # Update the API secret
tenx get-secret            # Show the current API secret
tenx set-license <TOKEN>   # Set the license token (auto-verifies)
tenx get-license           # Show the current license token
tenx verify-license        # Verify and store license manually
tenx get-version           # Show current application version