Skip to content

Dono7/Unlighter

Repository files navigation

Unlighter social preview

GitHub all releases Latest GitHub release (latest SemVer including pre-releases) Unlighter website

Unlighter

Unlighter is a free software made to reduce your screens brightness. It works with every type of screens, and can dim the monitor beyong the built-in minimum. It also provides some shortcuts to easily control your brightness, and an auto-updater system.

Unlighter App Screenshot

Download

You can download the latest version of Unlighter on the Unlighter Download Page.You can also see all the previous versions on this page.

Shortcuts

Alt+F2 : Decrease filters strength by 5%

Alt+F3 : Increase filters strength by 5%

Contributors

Report a bug

If you encounter any problem, first of all, make sure you have the latest version. You can easily update the app from the Update tab.

If you are already up to date, then please open an issue on the Github section, if you want to report a bug. Provide as many details as you can, including the app version (displayed when the app starts or in the About tab of the app).

Sponsor and support

For users and developers : Unlighter will soon be accepting donations via the Open Collective platform for those who want to support us.

For compagnies : Please feel free to contact us at contact@unlighter.app if you want to become a Sponsor.


Development Setup

This may not work properly on iOs or Linux

We use electron-vue, a boilerplate for the Vue CLI. You can also refer to the official Vue 3 or Electron docs.

Compiles and hot-reloads for development

First, clone the project :

git clone https://github.com/Dono7/Unlighter.git
cd unlighter

Then with Yarn (recommanded) :

yarn install
yarn electron:serve

Compiles and minifies for production

You may encounter some problems when building the app, since you may not have a Code Signing Certificate.

yarn electron:build