Skip to content
/ cronos Public

Cronos is a desktop app that allows you to have all your games, apps in one place and track the time used.

Notifications You must be signed in to change notification settings

illud/cronos

Repository files navigation

CRONOS

Created by Illud (Colombia)

About

Cronos is a app built with Wails that allows you to track the time of apps running, games, in app HowLongToBeat and pc specs.

All your games in one place.

Alt text

Keep track of hours played.

Alt text

Find out how long to beat a game with howlongtobeat.

Alt text

Check your pc specs.

Alt text

¿Why Wails and not Tauri ?

Wails is enough to run all the process also with Go is easy to add and use Sqlite besides easy to use packages for cron jobs, computer process etc.

Live Development

To run in live development mode, run wails dev in the project directory. In another terminal, go into the frontend directory and run npm run dev. The frontend dev server will run on http://localhost:34115. Connect to this in your browser and connect to your application.

Building

To build a redistributable, production mode package, use wails build or wails build -nsis for installer.