9 releases

0.0.9 Mar 29, 2024
0.0.8 Jul 8, 2023
0.0.7 Mar 23, 2023
0.0.5 Feb 10, 2023
0.0.1 Jul 3, 2021

#1 in #vim

Download history 1/week @ 2023-12-22 4/week @ 2024-01-12 3/week @ 2024-01-19 4/week @ 2024-01-26 3/week @ 2024-02-02 10/week @ 2024-02-16 36/week @ 2024-02-23 27/week @ 2024-03-01 19/week @ 2024-03-08 17/week @ 2024-03-15 5/week @ 2024-03-22 215/week @ 2024-03-29 41/week @ 2024-04-05

279 downloads per month

Apache-2.0

525KB
13K SLoC

Build Status License: Apache 2.0 #iamb:0x.badd.cafe Latest Version iamb

Example Usage

About

iamb is a Matrix client for the terminal that uses Vim keybindings. It includes support for:

  • Threads, spaces, E2EE, and read receipts
  • Image previews in terminals that support it (sixels, Kitty, and iTerm2), or using pixelated blocks for those that don't
  • Notifications via terminal bell or desktop environment
  • Creating, joining, and leaving rooms
  • Sending and accepting room invitations
  • Editing, redacting, and reacting to messages
  • Custom keybindings
  • Multiple profiles

You may want to see this page as it was when the latest version was published.

Documentation

You can find documentation for installing, configuring, and using iamb on its website, iamb.chat.

Installation

Install Rust (1.70.0 or above) and Cargo, and then run:

cargo install --locked iamb

See Configuration for getting a profile set up.

NetBSD

On NetBSD a package is available from the official repositories. To install it simply run:

pkgin install iamb

Arch Linux

On Arch Linux a package is available in the Arch User Repositories (AUR). To install it simply run with your favorite AUR helper:

paru iamb-git

openSUSE Tumbleweed

On openSUSE Tumbleweed a package is available from openSUSE Build Service (OBS). To install just use OBS Package Installer:

opi iamb

Nix / NixOS (flake)

nix profile install "github:ulyssa/iamb"

Snap

A snap for Linux distributions which support the packaging system.

snap install iamb

Configuration

You can create a basic configuration in $CONFIG_DIR/iamb/config.toml that looks like:

[profiles."example.com"]
user_id = "@user:example.com"

If you homeserver is located on a different domain than the server part of the user_id and you don't have a /.well-known entry, then you can explicitly specify the homeserver URL to use:

[profiles."example.com"]
url = "https://example.com"
user_id = "@user:example.com"

License

iamb is released under the Apache License, Version 2.0.

Dependencies

~85–130MB
~2M SLoC