A cross-platform Tauri frontend providing document management, real-time processing visualization, and consensus review interfaces for the Aletheia platform
git clone https://github.com/aletheia-ocr/app
cd ./appsudo docker-compose up --build -dsudo docker build --tag aletheia/web aletheia-websudo docker run --rm -d -p 80:80 aletheia/webcd ./web
bun installbun run devbunx tauri build