GrabLog shows what packages can be updated and then shows changelogs for each package.
- Pub (Dart/Flutter)
- Composer (PHP)
- Yarn (JavaScript/NodeJS)
- Cargo (Rust)
| OS | Download | Comments |
|---|---|---|
| Ubuntu 24.04 | grablog-linux-v1.0.0.tar.xz | May work on other distributions |
| macOS 26 Tahoe | grablog-macos-v1.0.0.pkg | Universal binary (x86_64 + arm64) |
| Windows 11 | grablog-windows-v1.0.0.zip | Install vc_redist |
-
This tool relies on website scraping and parsing, therefore it can stop working at any moment.
-
You can pass a directory or a path to a lock file as a CLI argument.
-
The network requests are cached until the end of the day.
-
To build from the source, install and setup Flutter, then run
build.sh(on Linux or macOS) orbuild-windows.ps1(on Windows).
