alex313031/thorium

Chromium fork named after radioactive element No. 90. Source code and Linux releases. Windows/MacOS/ARM builds served in different repos, links are towards...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 8th, 2026
Created on October 18th, 2021
Open Issues & Pull Requests: 138 (+0)
GitHub issues: Enabled
Number of forks: 281
Total Stargazers: 7,489 (+0)
Total Subscribers: 82 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.5 hours
Mean response time: 92.3 days
90th percentile: 430.5 days
Tracked items: 526

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 5% of issues opened in the past year have been closed. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 126
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 533 days
Stale 30+ days: 117
Stale 90+ days: 30

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Detailed Description

Thorium is a Chromium fork optimized for performance across multiple platforms and CPU architectures.

Thorium addresses the need for a faster, more optimized web browser by building Chromium with aggressive compiler optimizations including link-time optimization, loop unrolling, and profile-guided optimization. The project releases multiple builds tailored to different CPU capabilities, offering variants compiled with SSE3, SSE4, AVX, and AVX2 SIMD instruction sets so users can select a binary matched to their processor for maximum execution speed. The browser maintains feature parity with Google Chrome while applying performance-focused patches and enhancements.

Thorium suits developers and users prioritizing browser performance on Linux, Windows, macOS, Android, and Raspberry Pi systems. Those with older hardware or systems supporting only legacy instruction sets can use the 32-bit builds for older CPUs or Windows XP through 8.1 builds. The project provides a Debian repository for automatic updates on Linux, making it practical for users wanting a maintained, optimized Chromium without building from source. The README does not compare Thorium to other Chromium forks or browsers, so no comparative positioning can be stated.

Development activity shows consistent attention to keeping the browser current with Chromium's long-term support releases. The project maintains separate repositories for platform-specific builds rather than consolidating everything in a single codebase, indicating a distributed maintenance model. Documentation includes guides for users uncertain about which SIMD variant to download, suggesting an effort to make the optimization choices accessible to non-technical users.