AgentSeek Desktop v0.0.1-rc.1
Pre-release
Pre-release
·
16 commits
to main
since this release
We are proud to publish the first public Beta release of AgentSeek Desktop.
AgentSeek Desktop v0.0.1-rc.1 provides a desktop UI for discovering AgentSeek templates, creating isolated instances, and managing their full lifecycle — from dependency installation to runtime monitoring and observability.
Release Scope
This release ships the stable desktop application with full template management and instance observability capabilities.
- Cross-platform desktop app for macOS (Apple Silicon + Intel), Linux, and Windows
- Multi-template catalog with one-click instance creation — covering deepagents, langchain, and bub stacks
- Full instance lifecycle management — create, start, monitor, and destroy isolated instances
- Trace panel with Phoenix integration — built-in trace center for viewing instance OpenTelemetry data, with automatic OTLP endpoint configuration and self-healing for container, hybrid, and relay architectures
- Env Vault — cross-instance environment variable vault that restores instance configuration automatically after recreation
- Automatic port allocation and conflict resolution — instances automatically receive free ports when conflicts occur, no manual editing required
- Built-in Mock API Server for zero-cost, zero-secret E2E testing
- Embedded SeekDB storage for desktop state (isolated from template instances)
- Comprehensive CI/CD pipeline with automated testing and release publishing
Downloads
Direct downloads for this release. Checksums: SHA256SUMS.txt
| Platform | Downloads |
|---|---|
| Linux x64 | AppImage · deb |
| macOS Intel | dmg |
| macOS Apple Silicon | dmg |
| Windows x64 | msi · exe |
Requirements
- Node.js 24.18 or newer
- Python 3.12 or newer
- uv 0.7.0 or newer (auto-installed by agentseek CLI)
- git 2.30.0 or newer
- agentseek CLI 0.0.4 or newer
- Docker (for Docker-based templates)
Download and install AgentSeek Desktop from the assets below for your platform.
Quick Start
- Launch AgentSeek Desktop
- Browse the template json
- Create an instance with one click — ports are allocated automatically
- Configure API credentials (or use the built-in Mock API Server)
- Start, monitor, and manage your agent instances
- Open the Trace panel to view live Phoenix traces from your instances