Watch
1
1
Fork
You've already forked nexus
0
mirror of https://git.federated.nexus/Nexus/nexus.git synced 2026-09-11 09:02:26 +00:00
A simple and user-friendly Matrix client made with Flutter and a Gomuks backend.
  • Dart 85.2%
  • C++ 6.9%
  • CMake 4.7%
  • Nix 1.2%
  • Swift 0.9%
  • Other 1.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-10 17:14:41 -04:00
.github/workflows run APK build on x86_64 2026-08-22 14:18:12 -04:00
.vscode Push Notifications (#66) 2026-09-10 15:37:05 -04:00
android Push Notifications (#66) 2026-09-10 15:37:05 -04:00
assets try to optimize APK size 2026-08-22 14:05:31 -04:00
gomuks@0e06c7b74f fallback to empty profile if fetch fails 2026-09-09 15:25:10 -04:00
hook optimize gomuks build size 2026-08-22 14:16:35 -04:00
ios Push Notifications (#66) 2026-09-10 15:37:05 -04:00
lib Push Notifications (#66) 2026-09-10 15:37:05 -04:00
linux Push Notifications (#66) 2026-09-10 15:37:05 -04:00
macos Push Notifications (#66) 2026-09-10 15:37:05 -04:00
scripts use dot shorthands where possible in generate script 2026-09-10 15:21:53 -04:00
windows Push Notifications (#66) 2026-09-10 15:37:05 -04:00
.envrc first commit 2025-11-10 14:50:58 -05:00
.gitignore add nix package 2026-03-25 11:40:31 -04:00
.gitmodules bump gomuks, fix profile issues caused by this 2026-08-05 16:28:47 -04:00
.metadata feat: Add iOS platform support (#60) 2026-08-08 16:35:56 -04:00
altstore-source.json feat: Add iOS platform support (#60) 2026-08-08 16:35:56 -04:00
analysis_options.yaml bump deps, remove unwanted and now un-needed analyzer rule 2026-09-10 15:09:47 -04:00
build.yaml wip go 2 2026-01-30 18:45:30 +01:00
DEVELOPMENT.md more restrictive ai policy 2026-07-03 14:04:07 -04:00
devtools_options.yaml fix display name metadata 2026-02-13 17:55:39 -05:00
flake.lock Move to Flutter 3.47, use the improvements that come with this (#64) 2026-08-22 13:04:33 -04:00
flake.nix add needed permissions for UnifiedPush to nexus flatpak 2026-09-10 17:14:41 -04:00
LICENSE add gpl 3 2026-03-19 19:58:29 -04:00
pubspec.lock Push Notifications (#66) 2026-09-10 15:37:05 -04:00
pubspec.yaml Push Notifications (#66) 2026-09-10 15:37:05 -04:00
README.md mark off notification support as added, add notifications page todo 2026-09-10 17:06:14 -04:00

Nexus Client

Warning

Nexus Client is still in development, and doesn't support everything needed for daily use.

Description

A simple and user-friendly Matrix client made with Flutter and a Gomuks backend.

Screenshots

Dark Mode Light Mode
Screenshot of Nexus Client in dark mode, showing users talking, with a sidebar showing rooms and spaces, and another sidebar showing members The same screenshot as above, but in light mode

Progress

  • Platform Support
    • Linux
    • Windows - Currently has some bugs, due to us not having any developers on Windows. If you want to fix these, get in contact with us though the Nexus Client Matrix room.
    • Android
    • MacOS - Unsigned .dmg only
    • iOS - Unsigned .ipa only
    • Web (may not be possible)
  • Login (via OAuth)
  • Rooms / Spaces
    • Displaying and choosing
    • Reading, showing unread
      • Mark as read button on rooms and spaces
    • Searching
    • Creating (Rooms, Spaces, and DMs)
    • Joining
      • Parse vias
      • Using a text/uri/link
        • Plain text
        • matrix: Uri
        • Matrix.to link
      • From space
      • From directory
    • Leaving
    • Subspaces
  • Messages
    • Encryption
      • Restoring crypto identity from a recovery passphrase/key
    • Sending
      • Plain text
      • HTML/Markdown
      • Replies
        • Choose ping on/off
      • Per message profiles
      • Attachments
      • Commands with MSC4391
      • Mentions
        • Users
        • Rooms
        • Inline emoji picker (Putting this here since it'll be implemented the same way as mentions)
      • Custom emojis/stickers
      • GIFs using Gomuks' GIF proxies
    • Receiving
      • Plain text
      • Per message profiles
      • HTML
      • URL Previews
      • Replies
        • Viewing
        • Jump to original message
          • In loaded timeline
          • Out of loaded timeline
      • Edits
      • Attachments
        • Unencrypted
        • Encrypted
        • Blurhashing
        • Downloading attachments
        • Opening attachments in their own view
      • Polls
      • Mentions
        • Users
          • Clickable
        • Rooms
          • Clickable
          • Matrix URIs
          • Matrix.to links
        • Events
          • Render more nicely
          • Clickable
      • Custom emojis/stickers
      • History loading
    • Editing
    • Deleting
  • Reactions
  • Pins
    • Displaying
    • Pinning/Unpinning
  • Threads
  • Profile popouts
    • Working actions
  • Copy link to:
    • Room
    • Space
    • Message
  • Reporting
    • Events
    • Rooms
  • Member list
    • Sort by power level
    • Colors based off of power level
  • Notifications using UnifiedPush (#35)
  • Notifications page
  • Group calls using MSC4195
  • Invites
  • Settings

Try it out

If you want to try out Nexus, grab one of the following artifacts from CI:

Build it yourself

Prerequisites

Linux

  • On NixOS: Either use direnv and direnv allow, or nix flake develop
  • On other distros: Install Flutter, Go, Git, Libclang, Libass, MPV, and Glibc. Do not use any Snap packages, they cause various compilation issues.

Windows

You will need:

On Windows, make sure these are available in your shell PATH:

  • C:\msys64\ucrt64\bin (or your MinGW bin path containing x86_64-w64-mingw32-gcc.exe)
  • C:\Program Files\LLVM\bin (contains clang.exe and libclang.dll)

For dart scripts/generate.dart, you may also need:

$env:CPATH = "C:\msys64\ucrt64\include"

MacOS

Similar prerequisites apply (Flutter, Git, Go, C toolchain, LLVM/libclang), but exact setup has not been fully documented yet.

Clone repo

First, clone and open the repo:

git clone --recurse-submodules https://git.federated.nexus/Nexus/nexus
cd nexus

Set up Flutter

Get dependencies:

flutter pub get

Generate Gomuks bindings:

dart scripts/generate.dart

Note

If you are having issues with stddef.h not being found, try setting CPATH manually:

export CPATH="$(clang -v 2>&1 | grep "Selected GCC installation" | rev | cut -d' ' -f1 | rev)/include"

Build webcrypto:

flutter pub run webcrypto:setup

Build generated files, and watch for new changes:

flutter pub run build_runner watch

Run the app:

flutter run

Development instructions can be found in DEVELOPMENT.md.

Community

Join the Nexus Client Matrix room for questions or help with developing or using Nexus Client.

Credits

Thank you Hylke Bons (https://planetpeanut.studio) for making the amazing icon for Nexus! Thank you Tulir Asokan for making Gomuks, and helping us integrate it into Nexus!