steam-runtime VS ungoogled-chromium

Compare steam-runtime vs ungoogled-chromium and see what are their differences.

steam-runtime

A runtime environment for Steam applications (by ValveSoftware)

ungoogled-chromium

Google Chromium, sans integration with Google (by ungoogled-software)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
steam-runtime ungoogled-chromium
86 405
1,153 18,803
1.4% 2.1%
6.6 8.7
7 months ago 4 days ago
Shell Python
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

steam-runtime

Posts with mentions or reviews of steam-runtime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-12.
  • One Game, by One Man, on Six Platforms: The Good, the Bad and the Ugly
    5 projects | news.ycombinator.com | 12 Oct 2023
    > It turns out that unless the game is explicitly marked (by Valve reviewers), Steam Deck will use the Windows build + Proton even if a Linux version is available.

    I found this which sounds like it's not the default, but is in fact a result of compatibility testing:

    > If your game has gone through Steam Deck compatibility testing and the testers reported that the native Linux version didn't work (because of #579), then it might have been flagged to run the Windows binaries via Proton by default, instead of the native Linux version.

    per https://github.com/ValveSoftware/steam-runtime/issues/585

  • Chromebook Plus: more performance and AI capabilities
    3 projects | news.ycombinator.com | 2 Oct 2023
    > Where is it written that steam-run will magically execute most binaries without patching them?

    Somewhere in here: https://github.com/ValveSoftware/steam-runtime

    :p

    But I do get what you're saying. Once Flakes are default, I hope people start a proper push to clear up documentation and streamline the development process. The end-result is amazing, and the perfect OS/packaging system for my needs. The means of getting there... need a lot of work. I'm along for the ride either way.

  • i386 in Ubuntu Won't Die
    2 projects | news.ycombinator.com | 27 Aug 2023
    I think they have something a bit like a container built into Steam: https://github.com/ValveSoftware/steam-runtime
  • Gaming on Linux easier on Debian based distros vs Arch based?
    1 project | /r/linux_gaming | 9 Jul 2023
  • How do you build games for Steam Linux Runtime?
    3 projects | /r/godot | 14 Jun 2023
    this is for steamworks API, my understanding is there's a separate SDK for consuming Linux dependencies like glibc. Like Soldier runtime, Sniper runtime, and so on. Am I wrong in thinking these are two separate SDKs? here's the link to the other SDK I'm talking about: https://github.com/ValveSoftware/steam-runtime
  • After 4 years of development, 100% on Linux, I've released my 2D sandbox RPG, Vagabond, in Early Access !
    1 project | /r/linux_gaming | 6 May 2023
    I'm not sure we can distribute a flatpak or an appimage through Steam. They have their own controlled environment called Steam Runtime (https://github.com/ValveSoftware/steam-runtime) in which I should compile to be sure it runs everywhere (very similar to what I am doing). Last time, I look at this, it wasn't very clear and they supported only old versions of GCC. But it seems the documentation improved and now that I succeeded in building a modern version of GCC in my own container, maybe I could do that in theirs.
  • How to install old libraries on OTHER distro's than Debian?
    1 project | /r/linux_gaming | 30 Apr 2023
    I believe it's usable outside of Steam: https://github.com/ValveSoftware/steam-runtime though the instructions are not particularly clear. There's also a link to the APT repo they use as a reference: https://repo.steampowered.com/steamrt/
  • Steam Desktop Client Update, Now with working hardware acceleration on linux!
    3 projects | /r/linux | 28 Apr 2023
  • Recommended method to install Steam on Debian?
    1 project | /r/debian | 9 Apr 2023
    Looking at the Flatpak version, if you want to use Proton versions 5.13 or newer with Steam in Flatpak, you need to install Flatpak from backports https://github.com/ValveSoftware/steam-runtime/issues/294 . Using Flatpak saves having to install i386 if that matters to you.
  • Wine 8.1
    2 projects | news.ycombinator.com | 2 Feb 2023
    > Game developers would be fine to target a single distro like Ubuntu 22.04.

    Valve has its own container-only Linux distribution, called "Soldier Runtime" (https://github.com/ValveSoftware/steam-runtime); especially for games distributed on Steam, it probably makes more sense to target that distribution instead of Ubuntu.

ungoogled-chromium

Posts with mentions or reviews of ungoogled-chromium. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-25.
  • console.log(DOOM)
    4 projects | news.ycombinator.com | 25 Feb 2024
  • Brave's AI assistant now integrates with PDFs and Google Drive
    6 projects | news.ycombinator.com | 23 Feb 2024
    Cromite[0] is the best on Android, it's a privacy-oriented open source patchset on top of Chromium.

    Cromite has a desktop build, but it's a bit more experimental than the mobile build, so you can use Ungoogled Chromium[1] instead. Ungoogled is also a privacy-oriented open source patchset on top of Chromium. Check the beta flags to enable some more interesting features like getClientRect anti-fingerprinting measures (unfortunately breaks some React-based sites that go into infinite re-render loop).

    Both of these browsers selectively include patches from Brave, but they are community-oriented builds so imo more trustworthy than Brave, which continues to package various shady anti-features and always will because it's backed by a for-profit company.

    LibreWolf[2] is the nicest Firefox-based one for desktop, I think. It's pretty hardcore, though, I most only use it to visit mainstream social media sites.

    I tried a bunch of the Firefox-based ones on mobile and none of them clicked for me. Cromite is just too slick on Android. Put the address bar at the bottom and off you go. Only downside is no online syncing of tabs and bookmarks, but meh. You can save all open tabs to bookmark bar in one hit then export your bookmarks, send the file through whatever E2EE channel you want to your other device and import then reopen them again.

    [0] https://github.com/uazo/cromite

    [1] https://github.com/ungoogled-software/ungoogled-chromium

    [2] https://librewolf.net/

  • Browsers Are Weird
    2 projects | news.ycombinator.com | 5 Feb 2024
    For those that like Chromium but want to remove any integration with Google, there's Ungoogled Chromium

    https://github.com/ungoogled-software/ungoogled-chromium

  • What is the safest and best browser to use???
    3 projects | /r/browsers | 11 Dec 2023
    If you're entirely partial to Chromium browsers, use Ungoogled Chrome https://github.com/ungoogled-software/ungoogled-chromium
  • Mozilla CEO received $6,9m salary in 2022, a $2m increase from 2021, meanwhile Firefox has lost 30m of its userbase since 2020.
    1 project | /r/browsers | 6 Dec 2023
    what about https://github.com/ungoogled-software/ungoogled-chromium
  • any working adBlock for YouTube?
    3 projects | /r/Piracy | 31 Oct 2023
    Firefox or Ungoogled Chromium (needs to update uBlock manually) in Incognito window with unchanged vanilla uBlock Origin with lists updated and no other plugins and without YouTube account. Works perfectly. Also FreeTube.
  • Brave appears to install VPN Services without user consent
    8 projects | news.ycombinator.com | 18 Oct 2023
    Ungoogled Chromium is a Chromium-based browser with Google services stripped out.

    - Project and source: https://github.com/ungoogled-software/ungoogled-chromium

    - Binaries: https://ungoogled-software.github.io/ungoogled-chromium-bina...

  • Google gets its way, bakes a user-tracking ad platform directly into Chrome
    3 projects | news.ycombinator.com | 7 Sep 2023
    Using these sort of downstream patch set browsers is rarely a good idea. If it has multiple full-time developers from a respected org dedicated to it, then it can be justifiable (Tor Browser, Brave), but take a look at the gaps in time for these two pages:

    https://github.com/ungoogled-software/ungoogled-chromium/rel...

    https://metadata.ftp-master.debian.org/changelogs//main/c/ch...

    There's often days you're going without security patches. If you want a browser without Google tracking, Firefox is a much better choice.

  • Installing Chrome extension from raw source code
    1 project | dev.to | 2 Sep 2023
    While these screenshots use Google Chrome, they will also work on all 'Chromium' based web browsers, like Brave, Vivaldi, ungoogled-chromium, etc. Window's Edge is also compatible, though some the button locations are changed.
  • Brave is a fork, not a Chromium reskinn
    6 projects | news.ycombinator.com | 27 Jul 2023
    I would highly recommend the Ungoogled Chromium fork instead: https://github.com/ungoogled-software/ungoogled-chromium

    Entirely volunteer maintained, there is no for-profit entity behind it looking to do crypto referrals or ad swapping or anything like that.

What are some alternatives?

When comparing steam-runtime and ungoogled-chromium you can also consider the following projects:

flatpak - Linux application sandboxing and distribution framework

chromium - The official GitHub mirror of the Chromium source

dxvk-native - D3D9/11 but it runs natively on Linux!

bromite - Bromite is a Chromium fork with ad blocking and privacy enhancements; take back your browser!

Proton - Compatibility tool for Steam Play based on Wine and additional components

brave-core - Core engine for the Brave browser for mobile and desktop. For issues https://github.com/brave/brave-browser/issues

flathub - Issue tracker and new submissions

browser

SDL - Simple Directmedia Layer

iridium-browser - Iridium Browser source code

steam-for-linux - Issue tracking for the Steam for Linux beta client

thorium - Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md.