logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
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/agentsview
or

Install via npx

npx @hexmos/ipm i kenn-io/agentsview

Prerequisites

Git

version_control

Go

programming_language

Version: 1.26+

Node.js

runtime

Version: 22+

Docker

containerization

Homebrew

package_manager

Version: macOS only

PowerShell

shell

Version: 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 | bash

Windows (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 agentsview

Docker

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:latest

Docker Compose (Production Example)

docker compose -f docker-compose.prod.yaml up -d

Source (Development)

git clone https://github.com/kenn-io/agentsview.git

cd agentsview

make build

make install