apt2ostree VS ungoogled-chromium

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

apt2ostree

Build ostree images based on Debian/Ubuntu (by stb-tester)

ungoogled-chromium

Google Chromium, sans integration with Google (by ungoogled-software)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
apt2ostree ungoogled-chromium
6 405
93 18,803
- 2.1%
0.0 8.7
over 1 year ago 2 days ago
Python Python
- 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.

apt2ostree

Posts with mentions or reviews of apt2ostree. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • Why Use Make
    10 projects | news.ycombinator.com | 11 Jan 2023
    Hm yes now I remember that point about how the data is anonymous Python objects that you can pass around to functions.

    Are there any open source examples? I looked around the github account, but I mostly remember this tool

    https://github.com/stb-tester/apt2ostree

    I'd be interested in seeing the Python config and Ninja output, to see how it works. Right now it looks to me like the dependencies are more implicit than explicit, e.g. with your copen example

    ---

    The system I ended up with is more like Bazel, but it's not building containers, so it's a slightly different problem. But I'm interested in building containers incrementally without 'docker build'.

    I like the apt lockfile idea definitely ... However I also have a bunch of other blobs and tarballs, that I might not want to check into git. I guess you just put those in OSTree?

    Our config looks like this

    https://github.com/oilshell/oil/blob/master/core/NINJA_subgr...

    And all the code is in build/ninja* of the same repo

  • An ode to Flatpak (and Fedora Silverblue)
    6 projects | /r/linux | 21 Aug 2022
    However, you can get pretty close yourself with a tool like this https://github.com/stb-tester/apt2ostree
  • Docker containers usually still reachable even if bound to 127.0.0.1
    5 projects | news.ycombinator.com | 22 Jun 2022
    With apt2ostree[1] we use lockfiles to allow us to version control the exact versions that were used to build a container. This makes updating the versions explicit and controlled, and building the containers functionally reproducible - albeit not byte-for-byte reproducible.

    [1]: https://github.com/stb-tester/apt2ostree#lockfiles

  • Any plans for an immutable Debian desktop?
    1 project | /r/debian | 21 Mar 2022
    If you have time to test things, you can try to use ostree to manage a Debian installation. This is what Silverblue uses. Their is already a tool to create APT-based ostree images.
  • Lockfiles for packages in a Debian/Ubuntu rootfs
    1 project | news.ycombinator.com | 12 Oct 2021
  • Reproducible builds for Debian: a big step forward
    4 projects | news.ycombinator.com | 12 Oct 2021
    On the subject of reproducible debian-based environments I wrote apt2ostree[1]. It applies the cargo/npm lockfile idea to debian rootfs images. From a list of packages we perform dependency resolution and generate a "lockfile" that contains the complete list of all packages, their versions and their SHAs. You can commit this lockfile to git.

    You can then install Debian or Ubuntu into a chroot just based on this lockfile and end up with a functionally reproducible result. It won't be completely byte identical as your SSH keys, machine-id, etc. will be different between installations, but you'll always end up with the same packages and package versions installed for a given lockfile.

    This has saved us on a few occasions where an apt upgrade had broken the workflow of some of our customers. We could see exactly which package versions changed in git history and roll-back the problematic package before working on fixing it properly. This is vastly better than the traditional `RUN apt-get install -y blah blah` you see in `Dockerfile`s.

    IMO it's also more convenient than debootstrap as you don't need to worry about gpg keys, etc. when building the image. Dependency resolution and gpg key stuff is done at lockfile generation time, so the installation process can be much simpler. In theory it could be made such that only dpkg is required to do the install, rather than the whole of apt, but that's by-the-by.

    apt2ostree itself is probably not interesting to most people as it depends on ostree and ninja but I think the lockfile concept as applied to debian repos could be of much broader interest.

    [1]: https://github.com/stb-tester/apt2ostree#lockfiles

    [2]: https://ostreedev.github.io/ostree/

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 apt2ostree and ungoogled-chromium you can also consider the following projects:

ostree - Operating system and container binary deployment and upgrades

chromium - The official GitHub mirror of the Chromium source

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

rkt

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

eget - Easily install prebuilt binaries from GitHub.

browser

singularity - SingularityCE is the Community Edition of Singularity, an open source container platform designed to be simple, fast, and secure.

iridium-browser - Iridium Browser source code

knit - A simple and flexible build tool using Lua, similar to make/mk.

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.