Mozilla Thunderbolt: Open-Source Enterprise AI Client for Self-Hosted Infrastructure

Mozilla has announced Thunderbolt, an open-source AI client built for organizations wanting to deploy self-hosted AI infrastructure with control and independence. The project is described as a "sovereign AI client" – an open-source, extensible workspace where users can interact with AI through chat, search, and research.
Key Features and Capabilities
According to Mozilla's announcement, Thunderbolt allows organizations to:
- Run AI with their choice of models, from leading commercial providers to open-source and local models
- Connect to systems and data: Integrate with pipelines and open protocols, including deepset's Haystack platform, Model Context Protocol (MCP) servers, and agents with the Agent Client Protocol (ACP)
- Automate workflows and recurring tasks: Generate daily briefings, monitor topics, compile reports, or trigger actions based on events and schedules
- Work seamlessly across devices with native applications for Windows, macOS, Linux, iOS, and Android
- Maintain security with self-hosted deployment, optional end-to-end encryption, and device-level access controls
Technical Details
Thunderbolt is available as both a web application and native builds for Linux, macOS, Windows, iOS, and Android. The code is open-source on GitHub under the MPL 2.0 license, with Mozilla's MZLA Technologies Corporation also offering enterprise licensing options.
The project site is located at Thunderbolt.io, where organizations can access the software and documentation for deployment.
📖 Read the full source: HN AI Agents
👀 See Also

OpenClaw developer builds Kumiho cognitive memory plugin for persistent agent collaboration
A developer created Kumiho, an AI cognitive memory system backed by a knowledge graph, to address OpenClaw's lack of memory across sessions. The openclaw-kumiho plugin hooks into conversations to recall context, capture structured summaries, and maintain versioned creative outputs.

Broccoli: Open-source harness for running AI coding agents from Linear tickets in cloud sandboxes
Broccoli is an open-source tool that takes coding tasks from Linear, executes them in isolated cloud sandboxes using Claude and Codex, and opens PRs for human review. It runs on your own Google Cloud infrastructure with production-grade deployment.

Claude Code HUD: Terminal Dashboard for Monitoring AI Coding Sessions
claude-code-hud is a terminal dashboard that provides real-time monitoring for Claude Code sessions, showing context window usage, API rate limits, and file changes without requiring an IDE. Run it with npx claude-code-hud.

Open-source Go port of Claude Code CLI released as claw-code-go
Developer dolm09 has released claw-code-go, a full Go port of the Claude Code CLI with a self-contained binary under 10K lines of code. The project includes a TUI with bubbletea, multi-provider support, MCP client, and tool execution engine.