| title | Install Otter Shell on PikaOS Using the APT Repository |
|---|---|
| sidebarTitle | Installation |
| description | Get the Otter Shell desktop suite on PikaOS by adding the APT repository and running a single apt install command. All components update automatically. |
Otter Shell is distributed as native Debian packages for PikaOS through the official otter-shell PPA. Every component — from the terminal emulator to the screenshot tool — is packaged and maintained in the otter-zenith repository, so you get a fully integrated desktop with a single apt install command and automatic updates through the standard PikaOS package pipeline.
Before you install, confirm your system meets the following requirements:
- PikaOS (Ubuntu-based) — Otter Shell packages target PikaOS and its APT repositories.
- Wayland compositor — River is the packaged default and is pulled in automatically via
otter-zenith. Any other Wayland compositor works as long as it supports the required protocols. - No Zig runtime needed — Otter Shell applications are compiled to native binaries; end users do not need Zig installed.
```bash
sudo apt update
```
```bash
sudo apt install otter-shell
```
This pulls in every Otter Shell application as a single meta-package:
| Package | Description |
|---|---|
| `otter-term` | Terminal emulator |
| `otter-screenshot` | Region and fullscreen screenshot tool |
| `otter-clip` | Clipboard manager daemon |
| `otter-rec` | Screen recorder |
| `otter-shot` | Product-shot composer |
| `otter-note` | Sticky notes |
| `otter-cal` | Calendar |
| `otter-timer` | Timer and stopwatch |
| `otter-transcribe` | Audio transcription |
| `otter-calc` | Calculator |
| `otter-emoji` | Emoji picker |
| `otter-pick` | Color picker |
| `otter-vox` | Voice assistant |
| `otter-weather` | Weather widget |
If you only need specific tools, install them individually instead. For example, to install just the terminal:
```bash
sudo apt install otter-term
```
Once the install finishes, confirm everything is working by launching the terminal emulator:
otter-termA new terminal window should open on your Wayland session. If it does, Otter Shell is installed and functional. You are ready to move on to the Quick Start guide.