
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
chromium-windows
Advanced tools
Easily install and update Chromium for Windows
When this package is installed, you'll get a command line tool update-chromium
, which follows these steps:
https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Win_x64%2F
%LOCALAPPDATA%\Chromium\
except for %LOCALAPPDATA%\Chromium\User Data
%LOCALAPPDATA%\Chromium\
npm install -g chromium-windows
update-chromium
Important: The last step needs to be manually executed by you in regular intervals, as there is no background task checking for updates!
The developer build for chromium will nag about missing api keys. To fix this, you'll need to set 3 environment variables:
There are 3 ways to do this:
This essentially does the same thing as above (for user variables).
Open a terminal and enter:
setx GOOGLE_API_KEY "no"
setx GOOGLE_DEFAULT_CLIENT_ID "no"
setx GOOGLE_DEFAULT_CLIENT_SECRET "no"
This is good if you only want to set this for this instance of chromium (or if you're not allowed to change user/system environment variables)
Set this as target:
C:\Windows\System32\cmd.exe /c "SET GOOGLE_API_KEY=no && SET GOOGLE_DEFAULT_CLIENT_ID=no && SET GOOGLE_DEFAULT_CLIENT_SECRET=no && START /D ^"%LOCALAPPDATA%\Chromium\" chrome.exe"
And this as "Start in":
%LOCALAPPDATA%\Chromium
Something not working quite as expected? Do you need a feature that has not been implemented yet? Check the issue tracker and add a new one if your problem is not already listed. Please try to provide a detailed description of your problem, including the steps to reproduce it.
Awesome! If you would like to contribute with a new feature or submit a bugfix, fork this repo and send a pull request. Please, make sure all the unit tests are passing before submitting and add new ones in case you introduced new features.
The chromium windows installer has been released under the zlib/libpng license, meaning you can use it free of charge, without strings attached in commercial and non-commercial projects. Credits are appreciated but not mandatory.
FAQs
Easily install and update Chromium for Windows
The npm package chromium-windows receives a total of 4 weekly downloads. As such, chromium-windows popularity was classified as not popular.
We found that chromium-windows demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.