HeadlinesBriefing favicon HeadlinesBriefing.com

Tangled and the Move Toward Interoperable Git Forges

Hacker News •
×

Developers are growing tired of GitHub stability issues and the risks of centralization. High-profile projects like Ghostty are already leaving. While alternatives like Forgejo exist, they often lead to a fragmented ecosystem where users must manage multiple logins across various distinct instances, losing the seamless integration that makes centralized platforms convenient.

Tangled offers a different architectural approach by building on the AT Protocol. This design separates data storage from the interface. Users can self-host their repositories and issues on their own servers, while a centralized app aggregates that data. This setup provides the searchability of a single site without the lock-in of a single company.

Technical advantages include native support for jujutsu and stacked PRs, alongside a new web of trust implementation. Mitchell Hashimoto's tack demonstrates this openness by allowing third-party CI providers within the system. Because it uses a shared lexicon, different forks remain compatible, ensuring that no single entity controls the cultural or technical direction of the forge.

Currently in alpha, the project has raised a seed round to build this interoperable infrastructure. It represents a structural shift away from the traditional siloed model. Moving new projects to this system allows developers to own their data while maintaining a global discovery layer.