{"id":13762827,"url":"https://github.com/nccgroup/autochrome","last_synced_at":"2026-01-28T14:02:51.638Z","repository":{"id":18801888,"uuid":"84101883","full_name":"nccgroup/autochrome","owner":"nccgroup","description":"This tool downloads, installs, and configures a shiny new copy of Chromium.","archived":false,"fork":false,"pushed_at":"2024-04-03T18:42:23.000Z","size":541,"stargazers_count":452,"open_issues_count":13,"forks_count":81,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-02-25T23:16:09.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nccgroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-06T17:33:20.000Z","updated_at":"2025-02-09T02:39:18.000Z","dependencies_parsed_at":"2023-01-11T20:29:52.398Z","dependency_job_id":"9ef858c2-5998-4057-9830-705982f02277","html_url":"https://github.com/nccgroup/autochrome","commit_stats":{"total_commits":64,"total_committers":11,"mean_commits":5.818181818181818,"dds":0.34375,"last_synced_commit":"d2e51d7a725d0d3269934adc09b905d74457e18f"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nccgroup/autochrome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nccgroup%2Fautochrome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nccgroup%2Fautochrome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nccgroup%2Fautochrome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nccgroup%2Fautochrome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nccgroup","download_url":"https://codeload.github.com/nccgroup/autochrome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nccgroup%2Fautochrome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T14:00:58.648Z","updated_at":"2026-01-28T14:02:51.620Z","avatar_url":"https://github.com/nccgroup.png","language":"HTML","funding_links":[],"categories":["Weapons","HTML","HTML (177)","Browsers"],"sub_categories":["Tools","SIEM"],"readme":"# autochrome\n\nThis tool downloads, installs, and configures a shiny new copy of Chromium.\n\nIt includes nifty things like:\n\n* Turning off all those annoying auto-updaters!\n* Sweet colored themes for high visibility!\n* No XSS auditor!\n* Automatic proxy configuration! (uses 127.0.0.1:8080)\n* An annoying infobar because it doesn't check TLS certs!\n* Basic integration with Burp if you install the included Burp extension\n\nCurrently, the following OSes are supported:\n\n* macOS 10.9 (Mavericks) and higher\n* Ubuntu 16.04 (and other XDG-supporting Linuxes)\n\nYou will need `ruby` version 2.0 or higher and `unzip`.  These are included in\nsupported macOS versions.  You may need to `apt install ruby` on Linux.\n\n## Quickstart\n\n1. `ruby autochrome.rb`\n2. Launch Chromium.\n   * MacOS: `open ~/Applications/Chromium.app`\n   * Linux: `~/.local/autochrome/chrome`\n3. Open the \"Getting Started\" bookmark.\n\n## Installing\n\nExecute the following command: `ruby autochrome.rb`\n\nIf you've already installed Chromium with this tool before, run `ruby autochrome.rb -c` to delete the old installation and install a new one.\n\nIf you just want to recreate the profiles without redownloading Chrome, run `ruby autochrome.rb -P`.\n\nUse the `-h` flag to see all of the options.\n\nThe \"versions\" used with this tool are Chromium revisions. You can get a list of the last known good versions [here](http://chromium-status.appspot.com/revisions) (use the six-digit number after `refs/heads/master`), and you can find out what revision a given build of Chrome uses [here](http://omahaproxy.appspot.com/).\n\n## Running\n\nOnce you've installed Chromium, it will be placed in the `~/Applications/` directory on OS X or the `~/.local/autochrome/` directory on Linux.\n\nThe command `open ~/Applications/Chromium.app` is one way to launch it on OS X. `~/.local/autochrome/chrome` is a way to launch it on Linux.\n\nOnce you've launched Chromium, open the \"Getting Started\" bookmark.\n\n## Chrome extensions\n\nAutochrome comes with several small utility extensions; you can add more in the\n`data/extensions` directory.\n\nThe `build_extensions.rb` script will rebuild all extensions under `data/extension_source`, and the standard set of colored themes. This script uses the version of chromium installed by autochrome from the default directory. You **must** have completed the installation first.\n\n### Settings Resetter\n\nMakes it easy to wipe cookies or all browser history from the menu bar.\n\n### Autochrome Integration\n\nAdds a tag to the outgoing user agent to let Burp identify it. Menu bar icon does nothing.\n\n## Copyright and License\n\nAutochrome is copyright 2017, NCC Group, and licensed under the Apache license (see LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnccgroup%2Fautochrome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnccgroup%2Fautochrome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnccgroup%2Fautochrome/lists"}