Skip to content

Releases: jparadasb/hydra-ai

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 11 Jul 01:04

hydra-worker (edge build)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:54

Rolling build of hydra-worker from the latest main.

  • commit: cfdfd36
  • built: 29133903700 (30)

These binaries change on every push to main and are not a stable release —
use a v* tag release for that.

Downloads

Desktop app (UI)

OS file
Linux hydra-worker-1.1.4-1.x86_64.rpm
macOS hydra-worker.app.tar.gz
macOS hydra-worker_1.1.4_aarch64.dmg
Linux hydra-worker_1.1.4_amd64.AppImage
Linux hydra-worker_1.1.4_amd64.deb
Windows hydra-worker_1.1.4_x64-setup.exe
Windows hydra-worker_1.1.4_x64_en-US.msi

CLI (hydra-worker, headless)

target file
macOS arm64 hydra-worker-aarch64-apple-darwin
macOS x86_64 hydra-worker-x86_64-apple-darwin
Windows x86_64 hydra-worker-x86_64-pc-windows-msvc.exe
Linux x86_64 (glibc) hydra-worker-x86_64-unknown-linux-gnu
Linux x86_64 (musl, static) hydra-worker-x86_64-unknown-linux-musl

Full Changelog: v1.1.3...edge

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:58

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:59

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:35

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 18:27
0417650

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 07:08
677270b
Release v1.0.0

hydra v0.1.0

Choose a tag to compare

@jparadasb jparadasb released this 02 Jul 02:00
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.