Skip to content
/ FIX Public

REChain Basis Core Principles REChain Basis is a protocol for building decentralized and secure communications networks that enable instant messaging, video calling, file sharing, and other forms of digital interaction.

License

Notifications You must be signed in to change notification settings

sorydima/FIX

License: Apache 2.0 #fix:0x.badd.cafe Latest Version

Example Usage

About

fix 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
  • Send Markdown, HTML or plaintext messages
  • 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 fix on its website, fix.chat.

Configuration

You can create a basic configuration in $CONFIG_DIR/fix/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"

Installation (via crates.io)

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

cargo install --locked fix

See Configuration for getting a profile set up.

Installation (via package managers)

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 fix-git

FreeBSD

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

pkg install fix

macOS

On macOS a package is availabe in Homebrew's repository. To install it simply run:

brew install fix

NetBSD

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

pkgin install fix

Nix / NixOS (flake)

nix profile install "github:ulyssa/fix"

openSUSE Tumbleweed

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

zypper install fix

Snap

A snap for Linux distributions which support the packaging system.

snap install fix

License

fix is released under the Apache License, Version 2.0.

About

REChain Basis Core Principles REChain Basis is a protocol for building decentralized and secure communications networks that enable instant messaging, video calling, file sharing, and other forms of digital interaction.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published