
TL;DR
The Gleam programming language has migrated to Tangled, a new ATProto-based code hosting platform. Here's what this means for developers and the future of decentralized forges.
The Gleam programming language - a friendly, type-safe language that compiles to Erlang and JavaScript - has moved its primary repository hosting to Tangled, a new code forge built on the ATProto federation protocol. This is one of the most significant migrations to a non-GitHub platform in recent memory, and it signals growing momentum behind decentralized developer infrastructure.
Tangled is a federated code hosting platform built on ATProto - the same protocol that powers Bluesky. It raised a 3.8M euro ($4.5M) seed round led by byFounders, with participation from Bain Capital Crypto and Antler. Notable angel investors include Thomas Dohmke (former GitHub CEO) and Avery Pennarun (Tailscale CEO).
The platform currently has over 7,000 users and 5,000+ repositories. Key features include:
The core premise is that your code and social identity live in your own PDS (personal data server), not locked into any single platform. You can migrate between Tangled instances - or run your own - without losing your commit history, issues, or social graph.
The Hacker News discussion has 113 comments and surfaces several themes:
GitHub fatigue is real. Multiple commenters cited GitHub outages as motivation for exploring alternatives. As one user put it: "GitHub outages (especially when just viewing repos!) are getting way too disrupting." The centralization risk of having most open source infrastructure on one Microsoft-owned platform is increasingly uncomfortable for some.
Feature gaps remain. Tangled lacks private repositories, protected branches, and GitHub Actions equivalents. The CI system (Spindles) is Nix-first, which some see as a barrier. One commenter noted: "I also think being primarily nix/jj focused turns a lot of people away. Those techs are not my cup of tea."
Business model questions. With VC funding but no clear revenue path, some are cautious about migrating. Potential monetization paths mentioned include paid hosting tiers, bypassing rate limits, SLAs and support contracts, and paid PDS hosting for enterprises.
The ATProto advantage. Unlike ActivityPub-based federation (which powers Forgejo Federation and ForgeFed), ATProto's design means you can interact with any repository without knowing which instance hosts it. As one user explained: "My experience with Bluesky vs Mastodon really showed that the friction of federation in the latter can really kill the experience."
Radicle comparison. Some mentioned Radicle as an alternative decentralized approach, but noted it's more focused on the data plane than the social layer. Tangled's richer identity system gives it an advantage for community-oriented open source.
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 18, 2026 • 5 min read
Jul 18, 2026 • 9 min read
Jul 18, 2026 • 8 min read
Jul 18, 2026 • 7 min read
The Gleam migration is notable because it's not just an experiment - it's a production move by a real programming language with over 11,000 commits and an active community. Gleam maintainer lpil confirmed in the thread that GitHub outages were a factor in the decision.
This matters for three reasons:
1. Proof of concept for serious projects. Tangled needed a high-profile early adopter to demonstrate it can handle production workloads. Gleam's migration removes the "but has anyone actually used it?" objection.
2. ATProto's expanding footprint. We're seeing ATProto move beyond social media into developer infrastructure. The protocol's approach to portable identity and federated data has advantages over both centralized platforms and previous federation attempts.
3. GitHub's quiet monopoly. GitHub has about 100 million developers. Most open source happens there. Most CI/CD integrates with it. Most developer identity is tied to it. That concentration creates risk - both for developers who rely on it and for the ecosystem's long-term health.
Tangled's architecture separates concerns:
You can clone repos via HTTPS, SSH, or DID (decentralized identifier). The federation model means your issues and PR comments belong to you - they're stored in your PDS and can follow you if you migrate.
The CI system uses Nix by default but supports pluggable engines. Projects like Tack (a bridge interface) and Loom (Kubernetes-based) extend beyond the default Nixery and microVM runners.
For personal projects and experimentation - absolutely. The sign-up flow uses your Bluesky identity, making onboarding trivial if you already have an account.
For production open source, the calculus is trickier. You'll lose:
You'll gain:
The honest answer is that Tangled is early. But Gleam's migration suggests it's mature enough for serious use. If GitHub's centralization bothers you - or you're building in the ATProto ecosystem anyway - it's worth a look.
Read next
The Godot Foundation has established a policy banning autonomous AI agent code and substantial AI-generated contributions, citing reviewer burnout and concerns about maintainer mentorship.
6 min readVercel acquires the open-source authentication framework that became the go-to Next.js auth solution. HN weighs in on open source sustainability and vendor lock-in concerns.
5 min readA new project proposes a graphical shell layer for SSH that turns remote servers into browsable desktops. The HN discussion digs into architecture choices, the terminology debate, and whether this solves a real problem.
8 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
The original AI coding assistant. 77M+ developers. Inline completions in VS Code and JetBrains. Copilot Workspace genera...
View ToolOpenAI's coding agent for terminal, cloud, IDE, GitHub, Slack, and Linear workflows. Reads repos, edits files, runs comm...
View ToolAI app builder - describe what you want, get a deployed full-stack app with React, Supabase, and auth. No coding requi...
View ToolOpen-source autonomous coding agent inside VS Code. Creates files, runs commands, and can use a browser for UI testing a...
View ToolCatch broken SKILL.md files in CI before they hit your team.
View AppTrack open-source maintenance signals, release tasks, and repo follow-ups in one dashboard.
View AppEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppContext-aware follow-up suggestions derived from git history.
Claude CodeStage, commit, branch, and open PRs without leaving the session.
Claude CodeIsolated git worktrees for parallel Claude Code sessions.
Claude Code
Check out Zed here! https://zed.dev In this video, we dive into Zed, a robust open source code editor that has recently introduced the Agent Client Protocol. This new open standard allows...

Try out GitKraken here: https://gitkraken.cello.so/myw3K67IkCr to get 50% GitKraken Pro. In this video, we explore GitKraken, a robust Git GUI that not only visualizes your Git repository...

In this episode, we explore the newly released GPT-5 Codex by OpenAI, a specialized version of GPT-5 designed for agentic coding tasks. Codex offers advanced features, including enhanced code...

Git 2.54 and 2.55 introduced git history with fixup, reword, and split subcommands that make interactive rebasing feel l...

The HashiCorp co-founder explains why he chose Zig over Rust for Ghostty, the technical challenges of terminal emulator...

Mistral releases Leanstral 1.5, an Apache-2.0 licensed 119B parameter model (6B active) for Lean 4 theorem proving that...

The Godot Foundation has established a policy banning autonomous AI agent code and substantial AI-generated contribution...

A new project proposes a graphical shell layer for SSH that turns remote servers into browsable desktops. The HN discuss...

A developer used OpenAI Codex to build a fully open-source WYSIWYG editor for TikZ figures. The technical approach and r...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.