Skip to content

agiletec-inc/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Homebrew Tap for Agiletec Inc.

Official Homebrew tap for Agiletec Inc. packages.

Quick Install

macOS (Apple Silicon)

brew tap agiletec-inc/tap
brew install airis-suite

macOS (Intel)

brew tap agiletec-inc/tap
brew install airis-suite
# Note: Install Docker manually (OrbStack or Docker Desktop)

Linux / WSL2

curl -fsSL https://raw.githubusercontent.com/agiletec-inc/airis-mcp-gateway/main/scripts/install-suite.sh | bash

Windows

Use WSL2 (recommended) or Docker Compose directly:

git clone https://github.com/agiletec-inc/airis-mcp-gateway
cd airis-mcp-gateway
docker compose up -d

Available Formulae

Formula Description Command
airis-suite All AIRIS tools (meta-package) -
airis-mcp-gateway Unified MCP Gateway (25+ servers) airis-gateway
airis-workspace Docker-first monorepo manager airis
mindbase AI conversation knowledge management mindbase
airiscode Terminal-first autonomous coding runner airiscode
airis-agent Claude Code enhancement framework airis-agent
mindbase-menubar macOS menu bar companion app GUI App

Components

AIRIS MCP Gateway

Unified MCP server management for Claude Code, Cursor, Zed, and more.

brew install airis-mcp-gateway
airis-gateway install

AIRIS Workspace

Docker-first monorepo workspace manager.

brew install airis-workspace
airis init && airis up

MindBase

AI conversation knowledge management with vector search.

brew install mindbase
mindbase setup

AIRIS Code

Terminal-first autonomous coding runner.

brew install airiscode
airiscode up && airiscode run

AIRIS Agent

Claude Code enhancement framework.

brew install airis-agent
airis-agent install-claude

Prerequisites

Apple Silicon Mac

OrbStack is automatically installed as a dependency.

Intel Mac / Linux

Install Docker manually:

Ollama (for MindBase)

MindBase requires Ollama for local AI inference:

brew install ollama
brew services start ollama

Troubleshooting

Formula not found

brew tap agiletec-inc/tap
brew update

Docker not running

# OrbStack
open -a OrbStack

# Docker Desktop
open -a Docker

License

MIT License - See individual package repositories for details.

About

Official Homebrew tap for Agiletec Inc. packages

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages