{"id":48117847,"url":"https://github.com/iosmanthus/zenodotus","last_synced_at":"2026-04-06T18:00:30.182Z","repository":{"id":348196752,"uuid":"1196852431","full_name":"iosmanthus/zenodotus","owner":"iosmanthus","description":"Intelligent browser tab grouping powered by LLM","archived":false,"fork":false,"pushed_at":"2026-04-05T14:46:29.000Z","size":344,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-05T17:03:00.458Z","etag":null,"topics":["browser-extension","chrome-extension","claude","fastify","llm","openapi","tab-management","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iosmanthus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-31T05:23:38.000Z","updated_at":"2026-04-05T14:44:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/iosmanthus/zenodotus","commit_stats":null,"previous_names":["iosmanthus/zenodotus"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/iosmanthus/zenodotus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iosmanthus%2Fzenodotus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iosmanthus%2Fzenodotus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iosmanthus%2Fzenodotus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iosmanthus%2Fzenodotus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iosmanthus","download_url":"https://codeload.github.com/iosmanthus/zenodotus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iosmanthus%2Fzenodotus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31483380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-extension","chrome-extension","claude","fastify","llm","openapi","tab-management","typescript"],"created_at":"2026-04-04T16:17:31.291Z","updated_at":"2026-04-06T18:00:30.147Z","avatar_url":"https://github.com/iosmanthus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zenodotus\n\nIntelligent browser tab grouping powered by your local coding agent (Claude Code / Codex).\n\n## How It Works\n\nZenodotus collects your open tabs (URL, title, meta description), sends them to a local server which calls your coding agent, and applies the returned grouping to your browser. Groups are color-coded by name.\n\n```\nChrome Extension  --\u003e  Local Server (:18080)  --\u003e  Claude Code or Codex (via subscription)\n```\n\n## Prerequisites\n\n- [Claude Code](https://claude.com/product/claude-code) or [Codex](https://github.com/openai/codex) CLI installed and logged in\n- Chromium-based browser (Chrome, Brave, Edge, etc.)\n\n## Setup\n\n```bash\ngit clone \u003crepo-url\u003e \u0026\u0026 cd zenodotus\n\n# Enter dev shell if using Nix:\nnix develop\n# Or use direnv: direnv allow\n\n# Install dependencies\npnpm install\n\n# Generate types from OpenAPI spec (already committed, but run after spec changes)\npnpm generate\n```\n\n## Running\n\n### 1. Start the server\n\n```bash\npnpm dev:server\n```\n\nThe server listens on `http://localhost:18080` by default. To use a different port:\n\n```bash\nPORT=9090 pnpm dev:server\n```\n\nTo use Codex as the default provider:\n\n```bash\nPROVIDER=codex pnpm dev:server\n```\n\n### 2. Load the extension\n\n```bash\npnpm build:extension\n```\n\nThen in your browser:\n\n1. Go to `chrome://extensions` (or `brave://extensions`)\n2. Enable **Developer mode**\n3. Click **Load unpacked**\n4. Select `extension/.output/chrome-mv3`\n\nOr download the latest release from [GitHub Releases](https://github.com/iosmanthus/zenodotus/releases).\n\n## Usage\n\nClick the Zenodotus extension icon to open the popup.\n\n### Organize Tabs\n\nClick **Organize Tabs** to group all open tabs across all windows. The agent analyzes each tab and assigns it to a group. Existing groups are preserved and reused.\n\n### Auto-group\n\nToggle **Auto-group new tabs** to automatically group new tabs when they finish loading. New tabs are batched (2s debounce, 10s max wait) to reduce agent calls.\n\n### Settings\n\nExpand **Settings** to configure:\n\n- **Server URL** -- Backend address. Default: `http://localhost:18080`\n- **Provider** -- `claude-code` (default) or `codex`\n- **Model** -- Model name. Default: `sonnet` for Claude Code. Leave empty for Codex default.\n- **Enable thinking** -- Turn on extended thinking for more deliberate grouping. Off by default for speed.\n- **Custom Prompt** -- Additional instructions. Example: `\"Group by project, use Chinese names\"`\n\nClick **Save** to persist settings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiosmanthus%2Fzenodotus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiosmanthus%2Fzenodotus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiosmanthus%2Fzenodotus/lists"}