No description
Find a file
2026-02-15 19:10:36 -05:00
assets/icons change dropdown style, fix some missing hover and non svgs, fix new 2026-02-14 17:26:21 -05:00
src fix double click on header + try and fix windows min max 2026-02-15 19:10:36 -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 fix folder closure when 1 server and that server is open 2026-02-14 15:16:20 -05:00
Cargo.toml fix folder closure when 1 server and that server is open 2026-02-14 15:16:20 -05:00
LICENSE README 2026-02-14 17:56:12 -05:00
README.md readme and fix ci 2026-02-14 17:53:14 -05: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.