Releases: agentseek-ai/agentseekd
Releases · agentseek-ai/agentseekd
Release list
AgentSeek Desktop v0.1.1
Install
Desktop App
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 |
What's Changed
- Isolate Python/SeekDB runtime from the AppImage environment to fix SeekDB installation and initialization failures
- Align instance list ordering test so instances are returned by creation time descending
- Strip AppImage environment variables inherited by the Linux terminal to fix dependency installation failures on Linux
- Fix Docker environment confirmation flow and instance ordering
- Bump version to 0.1.1
- Align lifecycle logs with the actual instance status
- Preserve runtime logs across instance restarts
- Stop the dev process before cleaning up Docker containers when deleting an instance
- Start hybrid Docker + LangGraph projects with agentseek dev
- Add langchain/rubric template support to e2e tests and fix macOS grep -c compatibility
- Rename DMG bundle product to AgentSeek_Desktop
- Remove deployment_mode from the frontend, add Docker environment confirmation, and fix the log center
- Remove deployment_mode from the backend and add Docker environment detection and guidance
- Instance deployment - Delete, Add Docker Environment - Confirmation Page
AgentSeek Desktop v0.1.0
Install
Desktop App
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 |
What's Changed
✨ Features & Fixes
- Enhanced Phoenix Trace Center, ATOF event viewing, and Trace detail display.
- Unified Trace types, Span structures, root-level Traces, and pagination logic.
- Optimized Log Center for historical loading, pagination, grouped statistics, and log persistence.
- Fixed issues including missing logs during instance creation, reduced log counts, and UI lag when opening the Log Center.
- Improved instance lifecycle management, Docker cleanup, and runtime log handling.
- Updated frontend layout, internationalization (i18n), dependencies, and related unit tests.
AgentSeek Desktop v0.0.1-rc.1
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