| Filename | Latest commit message | Latest commit date |
|---|---|---|
- icon.png 16-bit -> 8-bit RGBA (tray panicked on data size) - devUrl + dist rename so the desktop entry actually loads (release served 404, dev served the fleet login) - permission denied on the localapi socket now explains group membership / re-login instead of os error 13 |
||
| .. | ||
| gen/schemas | ||
| icons | ||
| src | ||
| build.rs | ||
| Cargo.toml | ||
| package-lock.json | ||
| README.md | ||
| tauri.conf.json | ||
RedFlag Desktop
Tauri shell for the same RedFlag app in local-agent context.
The desktop shell does not read protected config or state files. Its Rust backend talks to the existing agent local IPC surface:
- Linux:
/var/lib/redflag/agent/localapi/redflag-agent.sock - Windows:
\\.\pipe\RedFlagAgentLocal
The frontend entry is web/index.desktop.html and web/src/desktop/main.tsx.
Fleet-server context should be added to this same app later rather than creating a second
local-only application.