ffmpeg_web_local_app
The idea would be to build desktop apps without having to worry about graphical toolkits or web views. A small security system has also been implemented. The server listens only on localhost and requires the client to provide a PIN.
Static build:
meson setup build --wipe --wrap-mode=forcefallback
cd build
ninja
./crow
Build and link with system libraries:
meson setup build
cd build
ninja
./crow
.pobsrc
source
static
subprojects
templates
config.sh(19/09/2026 )
exclusions.txt(19/09/2026 )
get_fmt_static.sh(19/09/2026 )
meson.build(19/09/2026 )
readme.md(19/09/2026 )