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
8a4d28089318fded1b6eb4366664048b5b988f5f38dba5b028b6289fd3a41f69

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.2 MB 8a4d28089318fded1b6eb4366664048b5b988f5f38dba5b028b6289fd3a41f69
Linux x86_64

ZIDE Linux bundle

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

Download 30.6 MB 1c647987bfb491244fcedf38d5e01775d702491095969becd778d7ad496a03c7
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.