All Projects → henrypp → Chrlauncher

henrypp / Chrlauncher

Licence: mit
Small and very fast portable launcher and updater for Chromium.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Chrlauncher

trivrost
A repurposable application-downloader and -launcher
Stars: ✭ 36 (-92.67%)
Mutual labels:  updater, launcher
Update4j
Create your own auto-update framework
Stars: ✭ 497 (+1.22%)
Mutual labels:  updater, launcher
Port-Able-Suite
🌐 Manager for portable applications
Stars: ✭ 35 (-92.87%)
Mutual labels:  updater, launcher
chrome-headless-launcher
Run the latest Chrome browser on CLI without head
Stars: ✭ 39 (-92.06%)
Mutual labels:  launcher, chromium
viper
Launcher+Updater for TF|2 Northstar
Stars: ✭ 55 (-88.8%)
Mutual labels:  updater, launcher
Qsimpleupdater
Updater system for Qt applications
Stars: ✭ 429 (-12.63%)
Mutual labels:  updater
Launcher
Launcher for BlueMaxima's Flashpoint
Stars: ✭ 458 (-6.72%)
Mutual labels:  launcher
Spotter
🔎 macOS productivity tool to launch everything
Stars: ✭ 426 (-13.24%)
Mutual labels:  launcher
Aquatone
A Tool for Domain Flyovers
Stars: ✭ 4,405 (+797.15%)
Mutual labels:  chromium
Open Funding
A guide for researching ways of funding open source projects.
Stars: ✭ 488 (-0.61%)
Mutual labels:  foss
Nwjs Ffmpeg Prebuilt
FFmpeg prebuilt binaries for NW.js / Chromium
Stars: ✭ 465 (-5.3%)
Mutual labels:  chromium
Runany
【RunAny】一劳永逸的快速启动软件,拥有三键启动、一键直达、批量搜索、全局热键、短语输出、热键映射、脚本插件等功能
Stars: ✭ 456 (-7.13%)
Mutual labels:  launcher
Witnessme
Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.
Stars: ✭ 436 (-11.2%)
Mutual labels:  chromium
Qtautoupdater
A Qt library to automatically check for updates and install them
Stars: ✭ 459 (-6.52%)
Mutual labels:  updater
Puppetron
Puppeteer (Headless Chrome Node API)-based rendering solution.
Stars: ✭ 429 (-12.63%)
Mutual labels:  chromium
Register
Grab your own sweet-looking '.is-a.dev' subdomain
Stars: ✭ 470 (-4.28%)
Mutual labels:  foss
Chromium
Chromium browser with SSL VPN. Use this browser to unblock websites.
Stars: ✭ 4,041 (+723.01%)
Mutual labels:  chromium
Wox
Launcher for Windows, an alternative to Alfred and Launchy.
Stars: ✭ 21,122 (+4201.83%)
Mutual labels:  launcher
Playwright Sharp
.NET version of the Playwright testing and automation library.
Stars: ✭ 459 (-6.52%)
Mutual labels:  chromium
Ort
A suite of tools to assist with reviewing Open Source Software dependencies.
Stars: ✭ 446 (-9.16%)
Mutual labels:  foss

chrlauncher


Description:

Small and very fast portable launcher and updater for Chromium.

Default browser:

chrlauncher has feature to use portable Chromium as default browser and it will be open links from another programs through chrlauncher.

  • start "SetDefaultBrowser.bat" (as admin).
  • start "Control panel" -> "Default programs" -> "Set your default programs" -> "chrlauncher" and set all checkboxes on.

Command line:

There is list of arguments overrides .ini options

-autodownload - auto download update and install it!
-bringtofront - bring chrlauncher window to front when download started
-forcecheck - force update checking
-wait - start browser only when check/download/install update complete
-update - use chrlauncher as updater, but does not start Chromium
-ini .\chrlauncher.ini - start chrlauncher with custom configuration

Supported browser:

  • as launcher - Chromium based (like Google Chrome, Opera, Yandex Browser, Vivaldi, etc.) and Firefox based (Mozilla Firefox, Basilisk, Pale Moon, Waterfox, etc.)
  • as updater - Chromium only

Settings:

[chrlauncher]

# Custom Chromium update URL (string):
#ChromiumUpdateUrl=https://chromium.woolyss.com/api/v3/?os=windows&bit=%d&type=%s&out=string

# Command line for Chromium (string):
# See here: https://peter.sh/experiments/chromium-command-line-switches/
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check

# Chromium executable file name (string):
ChromiumBinary=chrome.exe

# Chromium binaries directory (string):
# Relative (to chrlauncher directory) or full path (env. variables supported).
ChromiumDirectory=.\bin

# Set Chromium binaries architecture (integer):
#
# 0	-> autodetect (default)
# 64	-> 64-bit
# 32	-> 32-bit
ChromiumArchitecture=0

# Auto download updates if found (boolean)
#
# false	-> show tray tip if update found, downloading manually (default)
# true	-> auto download update and install it!
ChromiumAutoDownload=false

# Bring chrlauncher window when download started (boolean)
#
# false	-> don't bring main window to front automatically
# true	-> bring chrlauncher window to front when download started (default)
ChromiumBringToFront=true

# Set download in foreground mode (boolean):
#
# false	-> start browser and check/download/install update in background
# true	-> start browser only when check/download/install update complete (default)
ChromiumWaitForDownloadEnd=true

# Use chrlauncher as updater, but does not start Chromium (boolean):
#
# false	-> update & start Chromium (default)
# true	-> download & install Chromium update without start
ChromiumUpdateOnly=false

# Type of Chromium builds:
#
# dev-official
#	Official development builds from snapshots repository
#	"storage.googleapis.com/chromium-browser-snapshots/index.html" (32/64 bit)
#
# stable-codecs-sync
#	Unofficial stable builds with codecs
#	"github.com/macchrome/winchrome/releases" (32/64 bit)
#
# dev-nosync
#	Unofficial development builds without Google services
#	"github.com/RobRich999/Chromium_Clang/releases" (32/64 bit)
#
# dev-codecs-sync
#	Unofficial development builds with codecs and without Google services
#	"github.com/macchrome/winchrome/releases" (64 bit)
#
# dev-codecs-nosync
#	Unofficial development builds with codecs and without Google services
#	"github.com/macchrome/winchrome/releases" (64 bit)
#
# ungoogled-chromium
#	Unofficial builds without Google integration and enhanced privacy (based on Eloston project)
#	"github.com/macchrome/winchrome/releases/" (32/64 bit)
#	"github.com/Eloston/ungoogled-chromium"
#
# stable-codecs-nosync
#	Unofficial stable builds with codecs and without google services
#	!!! DISCONTINUED since June 2018 !!!
ChromiumType=dev-official

# Check for new Chromium version once in X days (integer):
#
# 2	-> check updates once in a X days (default)
# 0	-> disable update checking
# -1	-> force update checking
ChromiumCheckPeriod=2

# Last cached update checking timestamp (integer):
ChromiumLastCheck=0

# Internal settings (Project SDK)
# https://github.com/henrypp/routine

# Enable classic theme UI (boolean):
#ClassicUI=true

# Set custom useragent (string):
#UserAgent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

FAQ:

Website: www.henrypp.org
Support: [email protected]

(c) 2015-2021 Henry++

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].