Asoba Ona Terminal

Quick Launch Guide

Choose your path based on your role and goals.


Developers (5-minute setup)

Get Terminal running with Amazon Nova Pro models and throttling resistance.

Prerequisites

AWS credentials with Bedrock access
Python 3.10+ and Git installed
Terminal/Command Line environment

Installation & Setup

Step 1: Install Terminal (2 minutes)

Windows (Recommended: Use Installer)

Option 1: Windows Installer (Easiest)

  1. Download ona-terminal-setup.exe from Releases
  2. Run the installer with administrator privileges
  3. Follow the installation wizard
  4. The installer will:
    • Install to C:\Program Files\OnaTerminal\
    • Create Start Menu shortcuts
    • Optionally add to PATH for command-line access

Option 2: Manual Installation

:: Clone the repository
git clone https://github.com/AsobaCloud/terminal.git
cd terminal

:: Create and activate virtual environment
python -m venv venv
call venv\Scripts\activate.bat

:: Install in development mode
pip install -e .

:: Verify installation
ona-terminal --version

Linux/macOS

# Clone repository
git clone https://github.com/AsobaCloud/terminal.git
cd terminal

# Install with automatic PATH setup
./install.sh

# Reload shell configuration
source ~/.bashrc  # or ~/.zshrc, or restart terminal

Step 2: Configure AWS (2 minutes)

# Configure AWS credentials
aws configure
# Enter: Access Key ID, Secret Access Key, Region (us-east-1)

# Test Nova Pro model (recommended for best availability)
aws bedrock invoke-model \
  --model-id amazon.nova-pro-v1:0 \
  --body '{"messages":[{"role":"user","content":[{"text":"test"}]}],"inferenceConfig":{"max_new_tokens":10}}' \
  --region us-east-1 \
  --cli-binary-format raw-in-base64-out

Immediate CLI Validation (1 minute)

# Launch interactive mode
ona-terminal

# Run validation commands
🤖 | /help
🤖 | /commands
🤖 | generate a python function that calculates fibonacci numbers

Business Users

Transform reactive operations into proactive intelligence with industry-specific AI.

Why Ona Terminal: Reactive vs. Proactive O&M

▶️

Reactive vs. Proactive Operations Management

See how Ona Terminal transforms traditional reactive workflows into proactive intelligence

4:32

Ona Terminal transforms operations into proactive intelligence:

Reactive Approach Ona Terminal Proactive
🔴 Equipment fails unexpectedly 🟢 AI predicts failures 2-4 weeks early
🔴 Manual diagnosis (hours/days) 🟢 Automated fault detection (minutes)
🔴 Generic repair procedures 🟢 Equipment-specific action plans
🔴 Lost warranty claims 🟢 Automated warranty validation
🔴 High MTTR (8-24 hours) 🟢 Reduced MTTR (2-4 hours)

Result: 40-60% reduction in operational costs, 75% reduction in unplanned downtime.

Industry-Specific AI Advantage

Learn More:

Custom AI Models

Our Homegrown LLMs

How we fine-tuned specialized models for infrastructure automation and policy analysis

OODA in Business

From Fighter Pilots to Solar Farms: How OODA Loops Transform Business Operations

Military decision-making frameworks applied to energy asset management

O O D A OODA Framework

Introduction to OODA Loops

Understanding the Observe-Orient-Decide-Act framework for systematic decision making

Domain-specific fine-tuned models deliver superior performance for specialized tasks.

Next Steps

  1. See the Full O&M Use Case - Detailed business problem and solution
  2. Schedule Enterprise Demo - Custom deployment discussion
  3. Technical Implementation - Share with your engineering team

Talk to Sales


Get Help & Stay Updated

Contact Support

For technical assistance, feature requests, or any other questions, please reach out to our dedicated support team.

Email Support Join Our Discord

Subscribe to Updates

* indicates required