Tentaco is a collection of 100+ free online tools that run in your browser. No sign-up — most tools process your data locally on your device; cloud features stay optional.
Studios
Studios are immersive workspaces that bundle related tools into one page. Switch modes from the sidebar without losing context. Tentaco currently ships 25 live studios.
The floating assistant routes natural-language questions to the right tool using local phrase matching, BM25 search and page context — cloud and Ollama are optional add-ons, never required.
Press ⌘K (Mac) or Ctrl+K (Windows/Linux) anywhere on the site to open the command palette. Search tools, studios and pages instantly — then press Enter to jump there.
Privacy & local processing
Most tools — including every studio — run in your browser. Files and pasted text are not uploaded unless you explicitly use optional features such as file share, device sync, Image Studio AI, Live Rooms or cloud assistant modes.
Body fields: query, locale, optional cloud flag and enrichment options — returns { response, source }.
POST /api/assist/explain
Explain a parse or validation error — local heuristics first, optional cloud enrichment when enabled.
curl -X POST "https://tentaco.cc/api/assist/explain" \
-H "Content-Type: application/json" \
-d '{"message":"Unexpected token } in JSON at position 42","locale":"en","useCloud":false}'
Integrations
Take Tentaco beyond the browser tab — extension, sync vault and bookmarklet.
Browser extension
Select text on any page and open the matching Tentaco studio in one click.
Open Sync Center from the header to optionally back up favourites, presets and recent tools across devices. Data is encrypted in a local IndexedDB vault on each device; you get a recovery key when you enable sync. Nothing is uploaded to our servers unless you explicitly sync — and there is no mandatory account.