# Koiibox Hardware Solution

````
# Koiibox Hardware Solution

**The Ultimate Plug-and-Play AI Hardware**

Koiibox is Koii’s official hardware solution — a compact, high-performance mini PC pre-loaded with **Koii OS**, ready to deploy autonomous AI agents right out of the box. It eliminates complex setup and gives you a dedicated, optimized machine for running AI workloads locally or as an edge node in the global infrastructure.

### Why Choose Koiibox?

- **Instant Deployment** — Pre-installed Koii Core (or Enterprise) with all agents and orchestration tools ready.
- **Optimized for AI** — Hardware tuned specifically for Koii’s kernel, agents, and real-time processing.
- **Compact & Powerful** — Fits anywhere: desk, server rack, edge locations, or even portable use.
- **No Cloud Dependency** — Run powerful local agents with full privacy and low latency.
- **Seamless Global Integration** — Connects automatically to Koii’s 150+ data centers when needed.

### Technical Specifications

| Component          | Details                          | Notes |
|--------------------|----------------------------------|-------|
| **CPU**            | AMD Ryzen 7                      | 8+ cores, high multi-thread performance |
| **Memory**         | 32GB DDR5 RAM                    | Expandable |
| **Storage**        | 512GB NVMe SSD (expandable)      | Fast boot and agent memory |
| **Graphics**       | Integrated + optional discrete GPU | Supports acceleration |
| **Networking**     | 2.5G Ethernet + Wi-Fi 6E         | Low-latency global sync |
| **Ports**          | USB 4.0, HDMI, DisplayPort, Thunderbolt | Rich connectivity |
| **Power**          | Efficient 65W–120W               | Low energy consumption |
| **Form Factor**    | Compact mini PC (approx. 5L)     | Silent operation |

**Starting at $899** — Available in multiple configurations (Core / Enterprise pre-loaded).

### Getting Started with Koiibox

1. **Unbox & Power On**  
   Plug in power, network, and monitor. Koiibox boots directly into Koii OS.

2. **Initial Setup**
   ```bash
   koii init --config production
````

3. **Verify Hardware Optimization**Bash

   ```
   koii hardware status     # Shows CPU, GPU, memory health
   koii agent list          # Pre-loaded example agents
   ```
4. **Deploy Agents Immediately**Bash

   ```
   koii agent create --name "local-assistant" --type orchestration
   ```

#### Use Cases for Koiibox

* **Personal AI Workstation** — Your dedicated AI team running 24/7 locally.
* **Edge Computing Node** — Low-latency inference and real-time processing at remote sites.
* **Development & Testing** — Reliable hardware for building and debugging multi-agent workflows.
* **Small Team Server** — Shared resource for 5–20 concurrent agents.
* **On-Premises Enterprise** — Secure, air-gapped deployments for sensitive data.

#### Koiibox vs Traditional Hardware

* Pre-optimized kernel and drivers for Koii agents
* Automatic firmware updates through Koii
* Built-in security sandboxing at hardware level
* One-click connection to global infrastructure
* Lower total cost of ownership compared to building your own AI rig

#### Purchasing & Support

* Order directly at <https://koiiai.com/koiibox>
* Enterprise bulk pricing and custom configurations available
* 1-year hardware warranty + Koii software support
* Optional extended support and on-site deployment services

**Koiibox turns Koii from software into a complete ready-to-run AI solution.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://koiiai.gitbook.io/koiiai-docs/main-features/koiibox-hardware-solution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
