Installation

Get Fiberwise up and running with your preferred deployment method. Each option provides the same powerful AI platform with different hosting and management approaches.

📦 Fiberwise CLI

Install the Fiberwise CLI with a simple pip command. The CLI is available as a Python package and works on Windows, macOS, and Linux.

📦 Standard Installation

pip install fiberwise

Installs the latest stable version from PyPI

🔧 Development Installation

# Clone from GitHub
git clone https://github.com/fiberwise/fiberwise.git
cd fiberwise
pip install -e .

Install in editable mode for development and contributions

View on GitHub →

🎯 Choose Your Installation Method

Select the deployment option that matches your needs:

🎯 What You'll Have After Setup

Regardless of which path you choose, here's what you'll have ready to use:

🔑

User Account & Login

Your personal account with secure login credentials for accessing the Fiberwise platform.

🗝️

API Key

A unique API key that authenticates your CLI commands and enables programmatic access to your instance.

CLI Routing Ready

Ability to use --to-instance flag for routing commands to your specific Fiberwise instance.

✨ CLI Commands You Can Use

Once setup is complete, you'll be able to run these commands:

🚀 Activation & Deployment

# Activate agents (self-hosted users add --to-instance)
fiber activate my-agent --to-instance my-instance

# Install applications
fiber app install chat-app --to-instance my-instance

# Deploy your own apps
fiber app deploy ./my-app --to-instance my-instance

🔧 Management Commands

# List agents and functions
fiber agent list --to-instance my-instance
fiber function list --to-instance my-instance

# Check instance status
fiber instance info --to-instance my-instance

# Manage configurations
fiber account status

📝 Important for Self-Hosted Users

Local Development: Commands work directly after fiber setup

Self-Hosted: Add --to-instance your-instance-name to route commands to your custom instance

Cloud Platform: Commands route automatically to your cloud account