v1.0.0
DevHub GPUI 0.1.0
DevHub GPUI is a compact, Zed-first project hub for discovering and opening
local and SSH-hosted projects. This release contains portable archives for
Windows, Linux, and macOS.
Downloads
Choose the archive matching your platform:
devhub-gpui-0.1.0-x86_64-pc-windows-msvc.zipfor Windows x64devhub-gpui-0.1.0-x86_64-unknown-linux-gnu.tar.gzfor Linux x64devhub-gpui-0.1.0-aarch64-apple-darwin.tar.gzfor macOS Apple Silicon
Each archive contains the executable, README.md, RELEASE.md, and LICENSE.
The release also includes checksums.txt with SHA-256 hashes for every archive.
Install
Windows
- Extract the ZIP to a stable location.
- Run
devhub-gpui.exe. - Windows release builds use the GUI subsystem and do not open a terminal
window.
Linux
-
Extract the archive.
-
Make the binary executable if required:
chmod +x devhub-gpui
-
Run
./devhub-gpui.
The Linux build requires a glibc-based x64 environment, a Vulkan-capable graphics
stack, and normal X11 or Wayland desktop libraries.
macOS
- Extract the archive.
- Run
./devhub-gpuifrom the extracted directory.
The macOS artifact targets Apple Silicon. It is an unsigned portable binary, not
a notarized .app bundle, so macOS may require explicit approval before first
launch.
First launch
The first launch opens source settings. Add at least one local folder or SSH
source, choose its scan depth, save, and run a scan. DevHub GPUI never scans the
current working directory as an implicit fallback.
Configuration and cache data use the separate devhub-gpui platform identity.
They do not overwrite the original DevHub application's data.
Zed and SSH
Local projects open through the zed command. Remote projects use Zed's
ssh://user@host/path target format.
SSH access must already work non-interactively through OpenSSH configuration,
keys, or an agent. Remote project discovery requires sh and GNU-compatible
find, grep, stat, wc, head, and cat. A PowerShell-only Windows SSH
session is not compatible with the current remote discovery implementation.
Verify downloads
Compare an archive's SHA-256 hash with checksums.txt before running it.
PowerShell:
Get-FileHash .\devhub-gpui-0.1.0-x86_64-pc-windows-msvc.zip -Algorithm SHA256Linux or macOS:
sha256sum devhub-gpui-0.1.0-x86_64-unknown-linux-gnu.tar.gzUpgrade and rollback
Portable releases do not modify themselves. To upgrade, extract the new version
to a new directory and launch it against the existing devhub-gpui
configuration.
To roll back, keep the previous extracted directory and launch its executable.
Before downgrading, back up the devhub-gpui configuration directory. Older
builds refuse to overwrite configuration files declaring a newer schema version.