{"library":"membrowse","title":"membrowse","description":"Memory footprint analysis tools for embedded firmware. Current version 1.2.5 parses GCC, IAR, and LLD map files, supports Rust symbol attribution by crate, and integrates with GitHub Actions for overlimit builds. Release cadence is irregular, about 1-2 months.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install membrowse"],"cli":null},"imports":["from membrowse import main"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from membrowse import main\nimport os\n# The CLI is typically invoked directly, but for programmatic use:\n# main(['--help'])\n# Example: analyze a map file (adjust path)\n# main(['analyze', 'path/to/firmware.map'])","lang":"python","description":"membrowse is a CLI tool; use `membrowse --help` after install, or import main for scripting.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}