Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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 9 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.