<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Thunderbolt on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/thunderbolt/</link>
        <description>Recent content in Thunderbolt on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Mon, 20 Apr 2026 17:12:39 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/thunderbolt/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>thunderbolt</title>
        <link>https://producthunt.programnotes.cn/en/p/thunderbolt/</link>
        <pubDate>Mon, 20 Apr 2026 17:12:39 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/thunderbolt/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1582137363701-90dfd38fe801?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzY2NzYzMzZ8&amp;ixlib=rb-4.1.0" alt="Featured image of post thunderbolt" /&gt;&lt;h1 id=&#34;thunderbirdthunderbolt&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/thunderbird/thunderbolt&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;thunderbird/thunderbolt&lt;/a&gt;
&lt;/h1&gt;&lt;h1 id=&#34;thunderbolt-ci&#34;&gt;Thunderbolt &lt;a class=&#34;link&#34; href=&#34;https://github.com/thunderbird/thunderbolt/actions/workflows/ci.yml&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;&lt;img src=&#34;https://github.com/thunderbird/thunderbolt/actions/workflows/ci.yml/badge.svg&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;CI&#34;
	
	
&gt;&lt;/a&gt;
&lt;/h1&gt;&lt;p&gt;&lt;strong&gt;AI You Control: Choose your models. Own your data. Eliminate vendor lock-in.&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[!IMPORTANT]
⚠️ &lt;strong&gt;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&lt;/strong&gt;. 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:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;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 &lt;a class=&#34;link&#34; href=&#34;./deploy/README.md&#34; &gt;deploy your own backend with Docker&lt;/a&gt; and sign up in order to test it locally.&lt;/li&gt;
&lt;li&gt;You’ll need to add your own model providers - we don’t yet have a public inference endpoint. We recommend using Thunderbolt with &lt;a class=&#34;link&#34; href=&#34;https://ollama.com&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Ollama&lt;/a&gt; or &lt;a class=&#34;link&#34; href=&#34;https://github.com/ggml-org/llama.cpp&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;llama.cpp&lt;/a&gt; if you want free local inference, or you can add API keys for any OpenAI-compatible model provider in the settings.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Thunderbolt is an open-source, cross-platform AI client that can be deployed on-prem anywhere.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;🌐 Available on all major desktop and mobile platforms: web, iOS, Android, Mac, Linux, and Windows.&lt;/li&gt;
&lt;li&gt;🧠 Compatible with frontier, local, and on-prem models.&lt;/li&gt;
&lt;li&gt;🙋 Enterprise features, support, and FDEs available.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Thunderbolt is under active development, currently undergoing a security audit, and preparing for enterprise production readiness.&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&#34;need-help&#34;&gt;Need Help?
&lt;/h2&gt;&lt;p&gt;Found a bug? Have an idea?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We&amp;rsquo;re actively working on our docs, community, and roadmap. For now, the best way to get in touch is to &lt;a class=&#34;link&#34; href=&#34;https://github.com/thunderbird/thunderbolt/issues&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;File an issue&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;contributing&#34;&gt;Contributing
&lt;/h2&gt;&lt;p&gt;We welcome contributions from everyone.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Development&lt;/strong&gt;: The &lt;a class=&#34;link&#34; href=&#34;./docs/development.md&#34; &gt;development guide&lt;/a&gt; will help you get started.&lt;/li&gt;
&lt;li&gt;Make sure to check out the &lt;a class=&#34;link&#34; href=&#34;https://www.mozilla.org/about/governance/policies/participation/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mozilla Community Participation Guidelines&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;documentation&#34;&gt;Documentation
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/faq.md&#34; &gt;FAQ&lt;/a&gt; - Frequently asked questions&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./deploy/README.md&#34; &gt;Deployment&lt;/a&gt; - Self-host with Docker Compose or Kubernetes&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/development.md&#34; &gt;Development&lt;/a&gt; - Quick start, setup, and testing&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/architecture.md&#34; &gt;Architecture&lt;/a&gt; - System architecture and diagrams&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/roadmap.md&#34; &gt;Features and Roadmap&lt;/a&gt; - Platform and feature status&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/claude-code.md&#34; &gt;Claude Code Skills&lt;/a&gt; - Slash commands, automation, and subtree syncing&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/storybook.md&#34; &gt;Storybook&lt;/a&gt; - Build, test, and document components&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/vite-bundle-analyzer.md&#34; &gt;Vite Bundle Analyzer&lt;/a&gt; - Analyze frontend bundle size&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./docs/tauri-signing-keys.md&#34; &gt;Tauri Signing Keys&lt;/a&gt; - Generate and manage signing keys for releases&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./RELEASE.md&#34; &gt;Release Process&lt;/a&gt; - Instructions for creating and publishing new releases&lt;/li&gt;
&lt;li&gt;&lt;a class=&#34;link&#34; href=&#34;./TELEMETRY.md&#34; &gt;Telemetry&lt;/a&gt; - Information about data collection and privacy policy&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;code-of-conduct&#34;&gt;Code of Conduct
&lt;/h2&gt;&lt;p&gt;Please read our &lt;a class=&#34;link&#34; href=&#34;./CODE_OF_CONDUCT.md&#34; &gt;Code of Conduct&lt;/a&gt;. All participants in the Thunderbolt community agree to follow these guidelines and &lt;a class=&#34;link&#34; href=&#34;https://www.mozilla.org/about/governance/policies/participation/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;Mozilla&amp;rsquo;s Community Participation Guidelines&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;security&#34;&gt;Security
&lt;/h2&gt;&lt;p&gt;If you discover a security vulnerability, please report it responsibly via our &lt;a class=&#34;link&#34; href=&#34;https://github.com/thunderbird/thunderbolt/security/advisories/new&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;vulnerability reporting form&lt;/a&gt;. Please do &lt;strong&gt;not&lt;/strong&gt; file public GitHub issues for security vulnerabilities.&lt;/p&gt;
&lt;h2 id=&#34;license&#34;&gt;License
&lt;/h2&gt;&lt;p&gt;Thunderbolt is licensed under the &lt;a class=&#34;link&#34; href=&#34;./LICENSE&#34; &gt;Mozilla Public License 2.0&lt;/a&gt;.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
