Odoo Community App Reliability Evaluator — A desktop app that analyzes Odoo module ZIPs before installation to prevent crashes.
Odoo Community Edition lacks an app store like Odoo Enterprise. Users install modules from OCA, third-party vendors, or custom builds — often with incomplete or missing dependencies. Installing a bad module can crash the entire Odoo instance.
OdooCARE is a Rust + Tauri + Svelte desktop app that analyzes a module ZIP file and tells you:
depends that aren't in the ZIP or Odoo CE.py files that aren't in the module's manifest or Odoo CE's requirementsNo more blind installations. Test first, then deploy.
__manifest__.py files inside the archive# Prerequisites: Rust, Node.js, and Tauri CLI
cd src && npm install
cd ../src-tauri && npm install
cargo tauri build
MIT