Home Docs Features Comparison Blog Community

Installation

Install Vesper using your favorite package manager or directly from source. The only runtime prerequisite is Neovim (v0.8+).

Recommended methods

These are the fastest and easiest ways to get Vesper.

macOS & Linux (Homebrew)

First, tap into the official Vesper repository, then install:

# 1. Add the Vesper tap
brew tap cosminadrianpopescu/vesper

# 2. Install Vesper
brew install vesper

Arch Linux (AUR)

Use your preferred AUR helper (e.g., yay or paru):

yay -S vesper-git

Install from source (fallback method)

If your system isn't supported above, or if you are a developer, you can build Vesper directly from source. You will first need to install the necessary build tools and libraries.

1. Install prerequisites

On Debian-based systems (like Ubuntu), you can install all dependencies with:

sudo apt update && sudo apt install build-essential libncursesw-dev libx11-dev libxft-dev libxinerama-dev

2. Build and install Vesper

Once the prerequisites are installed, clone the repository and run the make commands:

# 1. Clone the repository
git clone https://github.com/cosminadrianpopescu/azul.git
cd azul

# 2. Build the project
make

# 3. Install the binary system-wide
sudo make install

Run the quickstart

Once installed, launch your first session. Vesper uses a prefix key for all commands. First, you press Ctrl+a, release it, and then press the command key.

Placeholder: "It's That Easy" GIF
An updated GIF showing the `Ctrl-a` prefix appearing, followed by `v` to split, `h` to split, and `l` or `j` to navigate.

Installation complete!

You're ready to go. Let's walk through the core concepts and build your first productive workspace.

Start the "First Session" Tutorial