Package Details: cromite-bin 138.0.7204.169-2

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: 11
Popularity: 0.41
First Submitted: 2024-01-05 20:44 (UTC)
Last Updated: 2025-07-25 08:01 (UTC)

Dependencies (13)

Required by (0)

Sources (5)

Latest Comments

1 2 Next › Last »

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

hm3r4d2c commented on 2024-03-27 12:20 (UTC)

I get the same error:

Building cromite-bin...
==> Making package: cromite-bin 123.0.6312.58-1 (Mi 27 Mär 2024 13:14:04 UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cromite.desktop
  -> Found cromite.png
  -> Found LICENSE
  -> Found chromium-launcher-8.tar.gz
  -> Found chrome-lin64.tar.gz
==> Validating source files with sha256sums...
    cromite.desktop ... Passed
    cromite.png ... Passed
    LICENSE ... Passed
    chromium-launcher-8.tar.gz ... Passed
==> Validating source_x86_64 files with sha256sums...
    chrome-lin64.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build cromite-bin

DaleYYC commented on 2024-03-25 20:15 (UTC)

Thanks, I cleared the cache and I get the same error :(