{"id":49012484,"url":"https://github.com/thunderbird/thunderbolt","last_synced_at":"2026-05-17T08:14:57.172Z","repository":{"id":351806592,"uuid":"1025121037","full_name":"thunderbird/thunderbolt","owner":"thunderbird","description":"AI You Control: Choose your models. Own your data. Eliminate vendor lock-in.","archived":false,"fork":false,"pushed_at":"2026-04-19T05:44:27.000Z","size":17066,"stargazers_count":1754,"open_issues_count":24,"forks_count":90,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-04-19T07:35:24.324Z","etag":null,"topics":["ai","ai-agents","llms","on-device-ai"],"latest_commit_sha":null,"homepage":"https://thunderbolt.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thunderbird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-07-23T18:54:20.000Z","updated_at":"2026-04-19T07:31:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/thunderbird/thunderbolt","commit_stats":null,"previous_names":["thunderbird/thunderbolt"],"tags_count":168,"template":false,"template_full_name":null,"purl":"pkg:github/thunderbird/thunderbolt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderbird%2Fthunderbolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderbird%2Fthunderbolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderbird%2Fthunderbolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderbird%2Fthunderbolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thunderbird","download_url":"https://codeload.github.com/thunderbird/thunderbolt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunderbird%2Fthunderbolt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32289926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T06:26:00.361Z","status":"ssl_error","status_checked_at":"2026-04-26T06:25:58.791Z","response_time":129,"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":["ai","ai-agents","llms","on-device-ai"],"created_at":"2026-04-19T00:00:56.411Z","updated_at":"2026-05-17T08:14:57.167Z","avatar_url":"https://github.com/thunderbird.png","language":"TypeScript","funding_links":[],"categories":["🤖 AI \u0026 Machine Learning","TypeScript","Repos"],"sub_categories":[],"readme":"# Thunderbolt [![CI](https://github.com/thunderbird/thunderbolt/actions/workflows/ci.yml/badge.svg)](https://github.com/thunderbird/thunderbolt/actions/workflows/ci.yml)\n\n**AI You Control: Choose your models. Own your data. Eliminate vendor lock-in.**\n\n![Thunderbolt Main Dashboard](./docs/screenshots/main.png)\n\n\u003e [!IMPORTANT]\n\u003e ⚠️ **We are excited about the amount of interest Thunderbolt has been getting and want to clarify that it is still early and under active development**. Currently, we are targeting enterprise customers that want to deploy it on-prem. We encourage you to self-host it and try it out, but there are a few caveats we are still working on:\n\u003e\n\u003e - While we eventually plan to make Thunderbolt fully offline-first, it currently depends on authentication and search functionality (though you can disable search on the integrations screen in the app). You can [deploy your own backend with Docker](./deploy/README.md) and sign up in order to test it locally.\n\u003e - You’ll need to add your own model providers - we don’t yet have a public inference endpoint. We recommend using Thunderbolt with [Ollama](https://ollama.com) or [llama.cpp](https://github.com/ggml-org/llama.cpp) if you want free local inference, or you can add API keys for any OpenAI-compatible model provider in the settings.\n\nThunderbolt is an open-source, cross-platform AI client that can be deployed on-prem anywhere.\n\n- 🌐 Available on all major desktop and mobile platforms: web, iOS, Android, Mac, Linux, and Windows.\n- 🧠 Compatible with frontier, local, and on-prem models.\n- 🙋 Enterprise features, support, and FDEs available.\n\n**Thunderbolt is under active development, currently undergoing a security audit, and preparing for enterprise production readiness.**\n\n## Get Started Locally\n\n```sh\nmake doctor    # verify your tools — prints exact install commands for anything missing\nmake setup     # install frontend + backend dependencies, wire up agent symlinks\nmake up        # start Postgres + PowerSync in Docker\nmake run       # start the backend (:8000) and frontend (:1420)\n```\n\nFor self-hosting with Docker Compose or Kubernetes, see [`deploy/README.md`](./deploy/README.md). For full dev-environment details, see [`docs/development/quick-start.md`](./docs/development/quick-start.md).\n\n## Need Help?\n\nFound a bug? Have an idea?\n\n- We're actively working on our docs, community, and roadmap. For now, the best way to get in touch is to [File an issue](https://github.com/thunderbird/thunderbolt/issues).\n\n## Contributing\n\nWe welcome contributions from everyone.\n\n- **Development**: The [development guide](./docs/development/quick-start.md) will help you get started.\n- Make sure to check out the [Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).\n\n## Documentation\n\n- [FAQ](./docs/faq.md) - Frequently asked questions\n- [Deployment](./deploy/README.md) - Self-host with Docker Compose or Kubernetes\n- [Development](./docs/development/quick-start.md) - Quick start, setup, and testing\n- [Architecture](./docs/architecture/README.md) - System architecture and diagrams\n- [Storybook](./docs/dev-tooling/storybook.md) - Build, test, and document components\n- [Vite Bundle Analyzer](./docs/dev-tooling/vite-bundle-analyzer.md) - Analyze frontend bundle size\n- [Tauri Signing Keys](./docs/features/tauri-signing-keys.md) - Generate and manage signing keys for releases\n- [Release Process](./RELEASE.md) - Instructions for creating and publishing new releases\n- [Telemetry](./TELEMETRY.md) - Information about data collection and privacy policy\n\n## Code of Conduct\n\nPlease read our [Code of Conduct](./CODE_OF_CONDUCT.md). All participants in the Thunderbolt community agree to follow these guidelines and [Mozilla's Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).\n\n## Security\n\nIf you discover a security vulnerability, please report it responsibly via our [vulnerability reporting form](https://github.com/thunderbird/thunderbolt/security/advisories/new). Please do **not** file public GitHub issues for security vulnerabilities.\n\n## License\n\nThunderbolt is licensed under the [Mozilla Public License 2.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunderbird%2Fthunderbolt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthunderbird%2Fthunderbolt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunderbird%2Fthunderbolt/lists"}