Skip to content

v0.62.0-beta.15

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 03:16
· 203 commits to main since this release

Delta since previous beta (v0.62.0-beta.14) — 1 new changeset.

Patch Changes

  • The server now answers API requests as soon as it starts instead of staying silent for up to a minute or more on some Windows machines. Boot-time git housekeeping (history-repo gc configuration, rename-log garbage collection, shadow maintenance) used to run before the server declared itself ready, and every API endpoint waited on that; on hosts where antivirus scanning makes each git subprocess launch slow — a common Windows Defender configuration — the housekeeping burst serialized into a 60-90 second window where ok status reported the server alive but every request timed out, and MCP clients such as Claude Desktop repeatedly reported the server unreachable right after a restart. The same window also produced spurious "block timeout reached" git errors in the server log. Housekeeping now runs in the background after the server is ready, so requests are served immediately and the housekeeping still completes; shutdown waits for any in-flight housekeeping so it can never race a project teardown.

Downloads

Platform Architecture Download
macOS Apple Silicon OpenKnowledge-arm64.dmg
Windows x64 OpenKnowledge-Setup-x64.exe
Windows arm64 OpenKnowledge-Setup-arm64.exe
Debian / Ubuntu x64 OpenKnowledge-amd64.deb
Debian / Ubuntu arm64 OpenKnowledge-arm64.deb
Fedora / RHEL x64 OpenKnowledge-x86_64.rpm
Fedora / RHEL arm64 OpenKnowledge-aarch64.rpm