Package Details: cromite-bin 147.0.7727.56-1

Git Clone URL: https://aur.archlinux.org/cromite-bin.git (read-only, click to copy)
Package Base: cromite-bin
Description: Cromite a Bromite fork with ad blocking and privacy enhancements (binary release)
Upstream URL: https://github.com/uazo/cromite
Keywords: browser cromite
Licenses: GPL3
Conflicts: cromite
Provides: cromite
Submitter: syhlx
Maintainer: syhlx
Last Packager: syhlx
Votes: 17
Popularity: 2.42
First Submitted: 2024-01-05 20:44 (UTC)
Last Updated: 2026-04-10 15:04 (UTC)

Dependencies (13)

Required by (0)

Sources (5)

Latest Comments

1 2 Next › Last »

bf_x commented on 2026-01-07 18:06 (UTC)

https://cromite.org/ is offline since several days, the adblock does not work any more. Project author seems to be AWOL since christmas. Hope nothing bad has happened.

skarpinis commented on 2025-09-21 16:34 (UTC)

latest update (cromite) crashed and dumped core

syhlx commented on 2025-07-02 13:29 (UTC) (edited on 2025-07-02 13:30 (UTC) by syhlx)

You can add --user-data-dir=/home/USER/.config/cromite (replace USER with your username) to your ~/.config/cromite-flags.conf file.

This way, Cromite will have its own profile, separate from any other Chromium-based browser.

You might also want to add --disk-cache-dir=/home/USER/.cache/cromite, on a seperate line of your cromite-flags.conf, to make sure that Cromite is not sharing a cache with another browser.

Your ~/.config/cromite-flags.conf file should look something like this:

--user-data-dir=/home/USER/.config/cromite
--disk-cache-dir=/home/USER/.cache/cromite

Alpha97 commented on 2025-07-01 22:07 (UTC)

Is it possible not to share the same profile, config, extensions for Chromium, ungoogled-chromium and Cromite ? Thx

syhlx commented on 2025-06-23 15:45 (UTC)

Yes, you can install Cromite alongside ungoogled-chromium or Chromium. They install in seperate locations.

However, the default user config directory will be the same (~/.config/chromium) and thus Chromium, ungoogled-chromium and Cromite would share the same profile, config, extensions...

gothmog123 commented on 2025-06-23 15:38 (UTC)

is it possible to install this alongside ungoogledchromium/chromium?

syhlx commented on 2024-06-01 09:26 (UTC)

It is due to the fact the source file from Github always has the same name "chrome-lin64.tar.gz" and your AUR tool assumes that, since it has the same name (different URL...), it is the same file and does not re-download it.

I changed the PKGBUILD to artificially rename the file so that it should be different on each release.

This should solve your issue.

markg85 commented on 2024-05-29 15:35 (UTC) (edited on 2024-05-29 15:35 (UTC) by markg85)

Literally every update this package has makes it fail due to the checksum validity check. Every.Single.Time!

I don't know what/why/how but this pkgbuild is doing something weird somewhere that triggers it and requires a manual clean before building. I hope you could take a close look at what's happening and see if you can fix it. This one is the only one causing me trouble every time out of ~30 other AUR packages that i have installed.

hm3r4d2c commented on 2024-03-30 10:35 (UTC)

I did not clear the cache. It works after deleting the cache.

syhlx commented on 2024-03-28 10:42 (UTC)

If you are using a tool like Yay or Paru, could you try to make the package manually to check if you still the error?

git clone https://aur.archlinux.org/cromite-bin.git
cd cromite-bin
makepkg -si