Fildem is now a full rewrite focused on GNOME 48+.
src/core- C/GObject shared core (libfildem-core)src/daemon-fildemdsession daemon (org.fildem)src/extension/fildem-shell@fildem.org- GNOME Shell extension (ESM)src/hud-fildemhudGTK4 HUDinterfaces- versioned D-Bus contracts (org.fildem.v1.*)
meson setup build
meson compile -C build
meson test -C build --print-errorlogsmeson install -C build --destdir /tmp/fildem-install./build/src/daemon/fildemd
./build/src/hud/fildemhud
./build/src/ctl/fildemctl statusUseful commands:
./build/src/ctl/fildemctl top-level <window_uid>
./build/src/ctl/fildemctl menu-tree <window_uid>
./build/src/ctl/fildemctl actions <window_uid>
./build/src/ctl/fildemctl hud-request <window_uid>
./build/src/ctl/fildemctl hud-query <window_uid> <term>
./build/src/ctl/fildemctl hud-exec <window_uid> <entry_id>docs/DBUS_API_V1.mddocs/REWRITE_PLAN_IT.mddocs/IMPLEMENTATION_PLAN_REAL.md
Legacy fork code was intentionally removed from the active tree.
The legacy baseline is preserved in git tag legacy/fork-last-2026-03-24.