Workflow routing, faster loads, and stronger distributed reliability
- Smarter workflow building with the new router node for choosing between multiple workflows, support for parallel loops, surfaced presets in custom workflows, and better context retention during iterative flows.
- Faster startup and streaming performance by reducing what loads on initial app open, scoping streamed updates more efficiently, and improving provider retry behavior for OpenRouter.
- Stronger distributed and remote daemon reliability with better remote daemon behavior, MCP requests correctly routed through the daemon boundary in distributed mode, and daemon heartbeat updates pushed more reliably over gRPC.
- Auth and security improvements including JWT validation hardening, CORS improvements, fixes for Google login and OAuth callback/timeout issues, and better reliability for Claude subscription login flows.
- Bug fixes across workflows, MCP, and web including fixes for loop execution and CEL compilation on first iteration, workflow loading in web, MCP reliability, empty task handling, message saving in loops, thread state, tip display, and general validation and SQL query issues.
First open source release, onboarding polish, and split architecture support
- First open source release with the new public release flow, packaging updates, and release process improvements.
- Better onboarding tips with clearer setup guidance, improved post-onboarding prompts, and less eager tip display.
- Remote daemons and split architecture support with stronger support for distributed deployments, full daemon flows, and the new single-binary backend command architecture.
- More telemetry and diagnostics with improved telemetry, error reporting, and better signal quality for production debugging.
- Bug fixes and reliability improvements including migration fixes, auth fixes, MCP listing fixes, workspace restore fixes, and UI polish across settings and diff tabs.
DNS resolution fix, GPT-5.4 Mini support, and parameter editing improvements
- Fix DNS resolution fix scenarios where DNS resolution might be broken.
- Improve error message UI error messages are now displayed more clearly.
- Fix non-string parameter editing resolve issues when editing non-string parameters.
- Add GPT-5.4 Mini support add support for the GPT-5.4 Mini model across Reliant workflows and model selection.
Claude Code OAuth, isolated env setup, and per-thread plans
- Claude Code OAuth support so you can connect Claude Code without manual token setup.
- New env-setup workflow for isolated ephemeral environments that work cleanly with git worktrees.
- Plans are now scoped per thread for clearer agent coordination and better agentic workflows.
- Workflow and worktree reliability improvements including fixes for preset loading, custom preset tools, and workflow/worktree execution edge cases.
New models, workflow reliability, yield controls, and performance improvements
- More reliable workflow execution with improved pause, resume, replay, and thread-state handling.
- New yield controls for better responsiveness and execution control.
- Faster, smoother experience across runtime and UI.
- Workflow builder polish including clearer tool diff rendering and loop-node improvements.
- Model and reasoning updates:
- Claude 4.6 Sonnet
- GPT-5.4, GPT-5.4 Pro, and GPT-5.3 Codex Spark
- Gemini 3.1 Pro
- xhigh thinking support
- MCP improvements including better reliability and HTTP MCP support.
New models, tray menu, and reliability improvements
- Model updates:
- Claude Opus 4.6
- GPT-5.3 Codex
- Local models support
- Added a tray menu for faster access to chats, workspaces, workflows, notifications, and app actions.
- General bug fixes and usability improvements.
Bug fixes and improvements
- Fixed token counting for Gemini.
- Fixed workflow builder UI dropping data.
- Added more workflow builder guardrails and adjusted tools.
- Improved workflow hub and workflow naming.
Initial release
Reliant is an AI coding assistant with programmable workflows. Chat with your codebase through natural conversation, or define repeatable multi-step processes in YAML and version them with your code.Highlights
- Chat interface with full codebase context
- Programmable workflows in YAML
- Multi-agent patterns including debate and parallel execution
- Built-in presets for research, testing, debugging, and more
- Git worktrees for isolated parallel work
Execution control
- Auto, Manual, and Plan modes
- Pause and resume with state preservation
- Live parameter updates during execution
- Automatic pause on failure
Platform support
- macOS via Homebrew or DMG
- Windows via EXE installer
- Linux via AppImage