Getting Started
Prerequisites
Section titled “Prerequisites”- Zig 0.13+
- Linux:
webkit2gtk-4.1dev headers - macOS: Xcode Command Line Tools
- Windows: WebView2 (included with Windows 11)
Build and run
Section titled “Build and run”git clone https://github.com/ilyeshdz/tinycordcd tinycord/apps/desktopzig build runmacOS bundle
Section titled “macOS bundle”zig build appProduces a signed Tinycord.app with camera and microphone entitlements.
Project structure
Section titled “Project structure”- build.zig
- build.zig.zon
- package.json
Directoryassets/
- entitlements.plist
- icon.icns
Directorysrc/
- main.zig
Directorymacos/
- media.m