Try Sidekit runs on your machine. We don't operate servers. We have no database, no analytics, no tracking. The only data leaving your computer goes directly to the LLM provider you explicitly configured (OpenAI, Anthropic, Google, or nobody if you use Ollama locally).
Try Sidekit has two parts:
@try-sidekit/companion) that runs on your machineThe extension talks to the companion over http://127.0.0.1:47321 — a connection that never leaves your computer.
readActiveTab permission and you explicitly invoke it. The extension reads the URL, title, and visible text of the tab you have focused.The extension does not track which websites you visit. It does not collect browsing history. It does not run on pages you haven't explicitly invoked it on.
The companion stores everything locally on your machine in ~/.sidekit/:
You own this data. You can inspect it, back it up, move it, or delete it. Running rm -rf ~/.sidekit/ wipes everything.
The only outbound network requests Try Sidekit makes are to LLM provider APIs that you have configured. When an agent sends a message, the content goes directly from your companion to the provider you chose:
If you enable the Web Search skill, search queries also go to Brave Search.
We do not intermediate, proxy, or log these requests. They go directly from your companion to the provider. Their privacy policies apply.
Your LLM provider API keys are stored in your operating system's secure credential store:
Keys are never stored in plaintext files. Keys are never transmitted to Try Sidekit — we literally have no servers to receive them.
When the Chrome extension ships, it will request these permissions. Here's why each is needed:
activeTab — temporary access to the current tab when the user invokes an agenttabs — to identify which tab is currently focused across windowsstorage — for extension UI preferencessidePanel — to show the Try Sidekit panelscripting — to inject the command overlay on pages when invoked<all_urls> — required because users may invoke agents on any site. Try Sidekit never touches a page unless the user explicitly invokes an agent on ithttp://127.0.0.1:47321/* — to talk to the local companionTry Sidekit is not directed at children under 13. We do not knowingly collect data from them — or anyone else.
If we update this policy, we'll update the date at the top. Material changes will be announced on trysidekit.com.
Questions about privacy? Email privacy@trysidekit.com.
Bug reports? Email hello@trysidekit.com.