How to install kenn-io/agentsview. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
kenn-io/agentsview Installation Guide
How to install kenn-io/agentsview. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for kenn-io/agentsview. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i kenn-io/agentsviewor
Install via npx
npx @hexmos/ipm i kenn-io/agentsviewPrerequisites
Git
version_controlGo
programming_languageVersion: 1.26+
Node.js
runtimeVersion: 22+
Docker
containerizationHomebrew
package_managerVersion: macOS only
PowerShell
shellVersion: Windows only
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
macOS / Linux (Shell Script)
curl -fsSL https://agentsview.io/install.sh | bashWindows (PowerShell)
powershell -ExecutionPolicy ByPass -c "irm https://agentsview.io/install.ps1 | iex"macOS / Windows (Desktop App via GitHub Releases)
curl -LO "https://github.com/kenn-io/agentsview/releases/download/v0.32.1/AgentsView_0.32.1_x64-setup.exe"
open "https://github.com/kenn-io/agentsview/releases/download/v0.32.1/AgentsView_0.32.1_x64.dmg"macOS (Homebrew)
brew install --cask agentsviewDocker
docker run --rm -p 127.0.0.1:8080:8080 -v agentsview-data:/data -v "$HOME/.claude/projects:/agents/claude:ro" -v "$HOME/.forge:/agents/forge:ro" -e CLAUDE_PROJECTS_DIR=/agents/claude -e FORGE_DIR=/agents/forge ghcr.io/kenn-io/agentsview:latestDocker Compose (Production Example)
docker compose -f docker-compose.prod.yaml up -dSource (Development)
git clone https://github.com/kenn-io/agentsview.git
cd agentsview
make build
make install