No description
Find a file
2026-03-18 12:38:27 -04:00
assets/icons change dropdown style, fix some missing hover and non svgs, fix new 2026-02-14 17:26:21 -05:00
src updates settings page, email verification and email change 2026-02-23 02:25:03 -05:00
.gitignore Initial commit 2026-02-11 14:59:38 -05:00
.gitlab-ci.yml readme and fix ci 2026-02-14 17:53:14 -05:00
Cargo.lock add support for custom status using a model in the user dropdown 2026-02-21 09:38:36 -05:00
Cargo.toml add support for custom status using a model in the user dropdown 2026-02-21 09:38:36 -05:00
LICENSE README 2026-02-14 17:56:12 -05:00
README.md fix readme 2026-03-18 12:38:27 -04:00

hu-desktop

desktop client for hu, built with rust and gpui.

requires a running instance of the hu backend.

building

cargo build --release

configuration

on first run, the app prompts for a backend url. config is stored at ~/.config/hu/config.toml (release) or ./config.toml (debug).

auth tokens are stored in the system keyring via the secret service api.