2025-08-04 Oobee Desktop
Release info
Oobee is available as a desktop app for Mac and Windows. The setup files can be downloaded under Assets
at the bottom of the page.
Installation Guide
- Refer to the Installation Guide for Windows and Mac.
What's New
Features
- Allow user-only install as non-admin on Windows in #149
Improvements
- Single user data directory per scan to support concurrent scans in GovTechSG/oobee#521
- Replace blocked axios requests with Playwright (scan sitemap files, url check for pdf files, follow robots.txt) in GovTechSG/oobee#522
- Double mutation count to account for websites loading in GovTechSG/oobee#524
- Move basic auth to Authorization header in GovTechSG/oobee#525
- Process exit 1 when no pages can be scanned in GovTechSG/oobee#526
- Resolve inconsistent user data directory created and deleted in GovTechSG/oobee#527
- Multiple QOL improvements for engine reliability in GovTechSG/oobee#528
- Uses new system info v2 to avoid wmic dependency in GovTechSG/oobee#530
Bug Fixes
- Report hyperlink in Scan Completed not clickable in 10a6a64