🚀 Installation Hub

Choose your deployment path and get Fiberwise up and running in minutes. Each path is optimized for different use cases and technical requirements.

⚡ Quick Prerequisites

Need: Basic development setup

Time: 5-30 minutes setup

Skills: Beginner to Advanced

🎯 Choose Your Setup Path

Pick the option that matches your situation:

💻

Local Development

Full Control

Want to develop locally? Perfect for learning and testing.

  • ✅ Python 3.8+ installed
  • ✅ Node.js installed (for app development)
  • ✅ Download/clone Fiberwise source code
  • ✅ Install dependencies: pip install -r requirements.txt
Setup Local Environment ⏱️ 10 min setup
🏢

Self-Hosted

Enterprise Ready

Production deployment with custom infrastructure.

  • ✅ Docker environment
  • ✅ Production server/cloud instance
  • ✅ DevOps/SysAdmin experience
Deploy Self-Hosted ⏱️ 2+ hours setup
☁️

Cloud Platform

Fastest Start

Already have a Fiberwise account? Jump right in!

  • ✅ Fiberwise account at app.fiberwise.ai
  • ✅ API key from dashboard settings
  • ✅ Node.js (for local development)
Continue with Cloud ⏱️ 2 min setup

🤔 Not sure which path to choose?

Start with the Cloud Platform for instant access. You can always migrate to local development or self-hosted later as your needs grow.

Compare all options below →

🎯 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

🎯 Ready for Next Steps

With your setup complete, you're ready to:

📚

Start Learning

Jump into the Hello World tutorial to build your first AI app

🏗️

Build Applications

Create custom AI agents and applications using the Agent Development Guide

🚀

Deploy & Scale

Deploy your applications and scale with Production Deployment

🧭 Find Your Perfect Setup

Answer a few quick questions to get a personalized recommendation:

What's your primary goal?

What's your technical background?

📊 Detailed Comparison

Feature ☁️ Cloud Platform 💻 Local Development 🏢 Self-Hosted
Setup Time 2 minutes 5-15 minutes 2-8 hours
Technical Skills None required Python/CLI basics DevOps/SysAdmin
Cost Subscription-based Free for development Infrastructure + license
Customization Templates & workflows Full source access Complete control
Infrastructure Fully managed Local machine only Your own servers
Scaling Automatic Limited to local resources Custom scaling
Data Control Hosted by Fiberwise Local storage Complete data ownership
Support 24/7 managed support Community + docs Enterprise support

🎯 Choose Your Path

Select the deployment option that matches your needs and technical requirements:

☁️

Cloud Platform

Managed cloud service with zero infrastructure setup. Perfect for business users who want to start immediately.

✨ What you get:

  • 🌐 Instant access at app.fiberwise.ai
  • 🤖 Pre-configured AI providers (OpenAI, Anthropic, etc.)
  • 📋 Built-in templates and workflows
  • 👥 Team collaboration features
  • 🛡️ 24/7 managed infrastructure
  • 📊 Usage analytics and monitoring
  • 🔄 Automatic updates and security patches
Setup Time: 2 minutes
Technical Skills: None required
Best For: Business evaluation, quick prototyping
🌐 Start with Cloud Platform

✅ No technical setup required

🚀 Ready in 2 minutes

Local Development

Recommended for Developers

Full development environment on your machine. Perfect for learning, prototyping, and building custom solutions.

🛠️ What you get:

  • 💻 Complete platform via fiber start
  • 🔥 Hot reload development workflow
  • 📦 Full SDK access (Python/Node.js)
  • 💾 Local database and storage
  • 🐛 Debug tools and logging
  • 🔧 Custom agent development
  • ⚡ No internet dependency for core features
Setup Time: 5-15 minutes
Technical Skills: Python/CLI experience
Best For: Learning, development, offline work
💻 Setup Local Development

⚡ Requires Python and pip

🆓 Free for development

🏢

Self-Hosted Production

Recommended for Enterprise

Production-ready deployment with complete control. Perfect for enterprise environments and custom infrastructure.

🏗️ What you get:

  • 🌐 Production web interface via fiberwise-core-web
  • 🔒 Custom domain and SSL configuration
  • 🛡️ Enterprise security and compliance
  • 💾 Database and storage options (PostgreSQL, Redis)
  • 📊 Monitoring and logging integration
  • ⚡ Load balancing and high availability
  • 🔧 Complete customization and white-labeling
Setup Time: 2-8 hours
Technical Skills: DevOps/SysAdmin
Best For: Production, compliance, data sovereignty
🏢 Deploy Self-Hosted

🐳 Requires Docker and infrastructure planning

💼 Enterprise support available

🆘 Need Help Choosing?

🤔 Not sure which path?

Start with our Cloud Platform for immediate access, then migrate to self-hosted when you're ready for production.

Try Cloud First →

🔍 Want to see it first?

Check out our platform overview and see Fiberwise in action before installing.

View Platform Overview →

📚 New to AI platforms?

Start with our Hello World tutorial to understand the core concepts.

Start Learning →

⚡ After Installation

Once you've completed your installation, here's what to do next:

1

Verify Installation

Test your setup with our Quick Start Guide

2

Learn Core Concepts

Understand agents and applications

3

Build Your First Project

Follow our Hello World tutorial