Skip to content

VinVel/Hyperion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

202 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

    Hyperion, a multiplattform Matrix Client
    Copyright (C) 2026 VinVel

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, only version 3 of the
    License.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Feature List: For a full list of Features check out the Features list.

Building & Development

Android setup

For a reproducible local setup set the environment variable ANDROID_HOME and it should just work when executing the following command:

pnpm tauri android build

or

pnpm tauri android dev

Linux desktop setup

For Tauri desktop builds on Linux, install the native libraries required by the current CEF-backed GTK runtime before running pnpm tauri dev or pnpm tauri build.

On Debian or Ubuntu:

sudo apt update
sudo apt install \
  build-essential \
  lld \
  curl \
  file \
  libayatana-appindicator3-dev \
  libgtk-3-dev \
  libssl-dev \
  pkg-config \
  wget \
  xdg-utils

On Fedora:

sudo dnf group install "c-development"
sudo dnf install \
  curl \
  file \
  lld \
  gtk3-devel \
  libayatana-appindicator-gtk3-devel \
  openssl-devel \
  pkgconf-pkg-config \
  wget2-wget \
  xdg-utils

About

A multiplatform Matrix Client

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Contributors