> ## Documentation Index
> Fetch the complete documentation index at: https://www.rumus.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Rumus is an AI-native terminal that reimagines how developers work with servers.

<Frame>
  <img src="https://mintcdn.com/rumus/nIjcQuhBqRSWQ80T/images/rumus-hero.webp?fit=max&auto=format&n=nIjcQuhBqRSWQ80T&q=85&s=62a3bb0ce4648c5277612c75937a26ad" alt="Rumus — One terminal. Everything you need." width="2360" height="1513" data-path="images/rumus-hero.webp" />
</Frame>

## What is Rumus?

**Rumus** is an AI-native terminal built for developers who live on servers. It brings a modern terminal, agentic AI, and infrastructure management together in a single workspace — so you can automate commands, connect to any host, and ship complex tasks without juggling a dozen tools.

> **One terminal. Everything you need.**

Whether you are deploying a service, debugging a remote box, or running multi-step ops across a fleet of machines, Rumus keeps everything — your sessions, your files, your AI — in one place.

## Key Features

### AI & Automation

<CardGroup cols={2}>
  <Card title="Smart Autocomplete" icon="wand-magic-sparkles">
    Context-aware completions that learn from your workflow and anticipate the next command.
  </Card>

  <Card title="Agentic Execution" icon="robot">
    Let the agent read files, run commands, and search the web to complete tasks end-to-end.
  </Card>

  <Card title="Plan Mode" icon="list-check">
    Break complex jobs into reviewable steps before anything is executed.
  </Card>

  <Card title="Sub-agents" icon="diagram-project">
    Fan out work to parallel agents and bring the results back into one thread.
  </Card>

  <Card title="Custom Rules & Skills" icon="book">
    Teach Rumus your conventions once and reuse them across every session.
  </Card>

  <Card title="MCP Integration" icon="plug">
    Connect your own tools and APIs through the Model Context Protocol.
  </Card>
</CardGroup>

### Infrastructure Management

<CardGroup cols={2}>
  <Card title="SSH Host Management" icon="server">
    Save, organize, and connect to hosts — with credentials encrypted end-to-end on your device.
  </Card>

  <Card title="Built-in SFTP" icon="folder-tree">
    Browse, upload, and drag-and-drop files between local and remote, right next to your shell.
  </Card>

  <Card title="Jump Host Chains" icon="link">
    Traverse bastions and private networks with multi-hop connections that just work.
  </Card>

  <Card title="Proxy Support" icon="shield">
    HTTP, HTTPS, and SOCKS5 proxies built in for restricted network environments.
  </Card>

  <Card title="Real-time Monitoring" icon="chart-line">
    Watch CPU, memory, disk, and GPU on every host without leaving your terminal.
  </Card>

  <Card title="Themes & Appearance" icon="palette">
    18 curated color schemes and full customization to make the terminal yours.
  </Card>
</CardGroup>

### Workspace

<CardGroup cols={2}>
  <Card title="Workspace Canvas" icon="grip">
    Lay out multiple terminals, monitors, and notes on a zoomable canvas inside a workspace — perfect for project-shaped work.
  </Card>

  <Card title="Multi-terminal Broadcast" icon="tower-broadcast">
    Type once, run everywhere. Send the same command to many sessions at once.
  </Card>

  <Card title="Hardware Acceleration" icon="bolt">
    GPU-rendered output stays smooth even with heavy logs and large scrollback.
  </Card>

  <Card title="End-to-End Encryption" icon="lock">
    Your keys and secrets are encrypted on-device. The server only ever sees ciphertext.
  </Card>
</CardGroup>

## Available Everywhere

Rumus runs on the platforms you already use.

<CardGroup cols={3}>
  <Card title="macOS" icon="apple" href="https://www.rumus.ai/download">
    Apple Silicon & Intel
  </Card>

  <Card title="Windows" icon="windows" href="https://www.rumus.ai/download">
    x64 & ARM64
  </Card>

  <Card title="Linux" icon="linux" href="https://www.rumus.ai/download">
    AppImage, .deb, .rpm
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/getting-started/quickstart">
    Install Rumus and connect your first host.
  </Card>

  <Card title="Can Rumus See My Data?" icon="shield-halved" href="/docs/faq/can-rumus-see-my-data">
    How end-to-end encryption keeps your vault private — even from us.
  </Card>

  <Card title="Download" icon="download" href="https://www.rumus.ai/download">
    Get the latest build for your OS.
  </Card>

  <Card title="Community" icon="users" href="https://www.rumus.ai/community">
    Share ideas, get help, and connect with other Rumus users.
  </Card>
</CardGroup>
