https://github.com/hato1125/desktop
🪟 minimal desktop shell
https://github.com/hato1125/desktop
ags astal desktop linux shell wayland
Last synced: 5 days ago
JSON representation
🪟 minimal desktop shell
- Host: GitHub
- URL: https://github.com/hato1125/desktop
- Owner: Hato1125
- Created: 2026-03-13T06:12:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-06-07T16:02:38.000Z (24 days ago)
- Last Synced: 2026-06-07T18:05:34.997Z (24 days ago)
- Topics: ags, astal, desktop, linux, shell, wayland
- Language: TypeScript
- Homepage:
- Size: 5.81 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# desktop

A personal Wayland shell mockup built with [AGS](https://github.com/aylur/ags)
on top of GTK4.
Used as my daily driver until [arc](https://github.com/Hato1125)
(a future C++ UI framework) is ready.
## Stack
- AGS / gnim (TypeScript JSX → GTK4)
- GJS runtime
- esbuild + lightningcss
## Run
```sh
bun run watch # watch + reload
bun run debug # one-off debug build
bun run release # release build
```