| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agent-browser-linux-x64 | 2026-03-31 | 8.2 MB | |
| agent-browser-win32-x64.exe | 2026-03-31 | 8.0 MB | |
| dashboard.zip | 2026-03-31 | 403.2 kB | |
| agent-browser-darwin-arm64 | 2026-03-31 | 6.9 MB | |
| agent-browser-darwin-x64 | 2026-03-31 | 7.7 MB | |
| agent-browser-linux-arm64 | 2026-03-31 | 7.1 MB | |
| agent-browser-linux-musl-arm64 | 2026-03-31 | 7.0 MB | |
| agent-browser-linux-musl-x64 | 2026-03-31 | 8.1 MB | |
| README.md | 2026-03-31 | 337 Bytes | |
| v0.23.4 source code.tar.gz | 2026-03-31 | 1.1 MB | |
| v0.23.4 source code.zip | 2026-03-31 | 1.2 MB | |
| Totals: 11 Items | 55.8 MB | 5 | |
Bug Fixes
- Fixed daemon hang on Linux caused by a
waitpid(-1)race condition in the SIGCHLD handler that stole exit statuses from Rust'sChildhandles, leaving the daemon in a broken state. Replaced the global signal handler with targeted crash detection via the existing drain interval (#1098)
Contributors
- @ctate