Zig-built workbench / visible trust boundaries / local artifact verification

ZIDE

A secure multi-language IDE that treats every boundary as something you can see, review, and verify before it runs.

Artifact
zide-windows-x86_64.zip
Source
bundled static download
SHA-256
8345873c2faad080522b6e80d95c86b8a98ffe1694448f773e1affa59edc81b4

Share

Spread it without tracking scripts.

Install

Download, verify, run.

Windows x86_64

ZIDE Windows bundle

Includes the GUI workbench and CLI/TUI entry point in one ZIP.

Download 6.5 MB 8345873c2faad080522b6e80d95c86b8a98ffe1694448f773e1affa59edc81b4
Linux x86_64

ZIDE Linux bundle

Includes the direct-X11 GUI workbench and musl-targeted CLI/TUI binary in one TAR archive.

Download 31.7 MB 61c65281c0544979eeecea3e84722bdaa3624b38c5b13faddaf5c0859bb1b02f
Expand-Archive .\zide-windows-x86_64.zip
.\\zide-windows-x86_64\\zide-gui.exe

tar -xf zide-linux-x86_64.tar
./zide-linux-x86_64/zide-gui
./zide-linux-x86_64/zide

Security difference

Trust is a first-class UI surface.

Hook-free GitReads repository metadata without running git hooks, filters, fsmonitor, or shell commands.
Capability labelsCommands are classified as safe, workspace_write, network_read, network_write, or external_command.
Release GateArchive structure, paths, permissions, CRC32, and embedded SHA-256 values are verified before publish.
Text integrityHidden controls, newline policy, and suspicious language-specific boundaries are surfaced inside the editor.

Polyglot editing

Zig-first, not Zig-only.

Built by Zig

The site ships the same way the IDE does.

Run one command to generate the page, product visual, static download, checksum file, and deployment manifest.

zig build site
  1. Build ZIDE GUI and CLI.
  2. Create Windows and Linux archives with release.bundle.
  3. Verify archives with release.verify.
  4. Generate and deploy this site with Zig.