| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-07-19 | 908 Bytes | |
| pocketbase_0.39.8_darwin_arm64.zip | 2026-07-19 | 11.8 MB | |
| pocketbase_0.39.8_darwin_amd64.zip | 2026-07-19 | 12.4 MB | |
| pocketbase_0.39.8_linux_ppc64le.zip | 2026-07-19 | 11.5 MB | |
| pocketbase_0.39.8_windows_amd64.zip | 2026-07-19 | 12.5 MB | |
| pocketbase_0.39.8_windows_arm64.zip | 2026-07-19 | 11.5 MB | |
| pocketbase_0.39.8_linux_amd64.zip | 2026-07-19 | 12.3 MB | |
| pocketbase_0.39.8_linux_arm64.zip | 2026-07-19 | 11.4 MB | |
| pocketbase_0.39.8_linux_armv7.zip | 2026-07-19 | 11.7 MB | |
| pocketbase_0.39.8_linux_s390x.zip | 2026-07-19 | 12.0 MB | |
| README.md | 2026-07-19 | 668 Bytes | |
| v0.39.8 Release source code.tar.gz | 2026-07-19 | 4.6 MB | |
| v0.39.8 Release source code.zip | 2026-07-19 | 5.1 MB | |
| Totals: 13 Items | 116.9 MB | 1 | |
To update the prebuilt executable you can run
./pocketbase update.
-
Properly reset JSVM global
$appoverwrite so that pooled executors always get a clean state. -
Minor UI improvements:
- prevent resetting number inputs with leading 0 while still typing (normalized in
onchange) - added support for
Shift + Clickrange bulk selection (#7759)
- prevent resetting number inputs with leading 0 while still typing (normalized in
-
Bumped
golang.org/x/*indirect dependencies as there are some minor security fixes. -
Updated
modernc.org/sqliteto v1.54.0 (SQLite 3.53.3).