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.

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.

Installation

Browser Plugin (Chrome)

  1. Open the Chrome Web Store: 10xDevAi – Chrome Plugin
  2. Click Add to ChromeAdd extension.
  3. (Optional) Pin the extension: click the puzzle icon in the toolbar, then the pin next to 10xDevAi.
  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