Skip to content

hydra v0.1.0

Choose a tag to compare

@jparadasb jparadasb released this 02 Jul 02:00
· 44 commits to main since this release
71d6047

hydra v0.1.0

Distributed AI job network — Elixir coordinator leasing jobs to Rust worker nodes. Provider tokens never leave the worker.

Coordinator is live at https://hydra.lambdatauri.dev (OpenAI-compatible front-door POST /v1/chat/completions, GitHub-OAuth /admin console for API-key issuance + Oban dashboard, Ed25519 device auth, privacy-aware Oban leasing).

Worker — headless CLI (hydra-worker)

Platform Download
Linux x86_64 (glibc) hydra-worker-linux-x86_64
Linux x86_64 (static musl) hydra-worker-linux-x86_64-musl
macOS arm64 (Apple Silicon) hydra-worker-macos-arm64
macOS x86_64 (Intel) hydra-worker-macos-x86_64
Windows x86_64 hydra-worker-windows-x86_64.exe

chmod +x on macOS/Linux. Point it at the coordinator: HYDRA_COORDINATOR_URL=wss://hydra.lambdatauri.dev/worker hydra-worker run.

Worker — desktop app

Platform Installer
macOS arm64 .dmg
Linux .AppImage · .deb · .rpm
Windows .msi · setup .exe

Desktop bundles are unsigned — macOS Gatekeeper / Windows SmartScreen will warn (right-click → Open on macOS; "More info → Run anyway" on Windows). Linux/Windows desktop bundles are x86_64; macOS is Apple Silicon.