No description
Find a file
2026-01-09 09:42:29 -05:00
.github/workflows grab installer from windows 2026-01-09 09:29:46 -05:00
.vscode remove some un-needed code 2026-01-08 21:07:09 -05:00
android Add SecureStorageController 2025-11-17 21:43:52 -05:00
assets add screenshot images 2025-11-30 21:23:59 -05:00
ios first commit 2025-11-10 14:50:58 -05:00
lib remove some un-needed code 2026-01-08 21:07:09 -05:00
linux use flutter secure storage not simple secure storage 2026-01-08 18:51:20 -05:00
nix add vodozemac 2025-11-14 19:26:27 -05:00
windows fix build 2026-01-09 09:42:29 -05:00
.envrc first commit 2025-11-10 14:50:58 -05:00
.gitignore gitignore freezed 2025-11-23 13:06:05 -05:00
.metadata add windows dir 2025-11-29 12:04:39 -05:00
analysis_options.yaml fix avatar loading 2025-11-18 16:18:32 -05:00
devtools_options.yaml loading spaces 2025-11-10 22:13:15 -05:00
flake.lock upgrade clipboard 2026-01-06 18:06:12 -05:00
flake.nix gitignore freezed 2025-11-23 13:06:05 -05:00
pubspec.lock fix regex 2026-01-08 20:15:25 -05:00
pubspec.yaml add icon 2026-01-08 21:35:09 -05:00
README.md add windows support 2026-01-08 19:01:57 -05:00

Nexus Client

Warning

Nexus Client is still heavily in development, and is not ready for use!

Description

A simple and user-friendly Matrix client made with Flutter and the Matrix Dart SDK.

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
    • MacOS
    • Android
    • iOS
    • Web (may not be possible)
  • Login
    • Username / password auth
    • OAuth / OIDC
  • Rooms / Spaces
    • Displaying and choosing
    • Reading, showing unread
      • Mark as read button on rooms and spaces
    • Searching
    • Creating (Rooms, Spaces, and DMs)
    • Joining
      • Using alias
      • From space
      • Exploring
    • Leaving
    • Subspaces
  • Messages
    • Encryption
      • Restoring crypto identity from passphrase/key or verification
    • Sending
      • Plain text
      • HTML/Markdown
      • Replies
      • Attachments
      • Mentions
        • Users
        • Rooms
      • Custom emojis/stickers
      • GIFs, maybe through Tenor or something
    • Recieving
      • Plain text
      • HTML
      • Replies
        • Viewing
        • Jump to original message
      • Edits
      • Attachments
        • Downloading attachments
        • Opening attachments in their own view
      • Mentions
        • Users
        • Rooms
          • Plain text
          • Matrix URIs
          • Matrix.to links
      • Custom emojis/stickers
      • History loading
        • Backwards
        • Forwards
    • Editing
    • Deleting
  • Reactions: Waiting on https://github.com/flyerhq/flutter_chat_ui/pull/838
  • Pins
    • Displaying
    • Creating
  • Threads
  • Profile popouts
  • Copy link to [room, space]
  • Reporting
  • Notifications using UnifiedPush
  • Group calls using MSC4195
  • Invites
    • Viewing / accepting
    • Spam filtering
  • Settings
    • Light/Dark mode
    • Dynamic Theming
    • Devices
      • Viewing devices
      • Verifying devices
    • URL preview: Server / Client / None
    • Account changes
      • Display name
      • Profile picture
      • Timezone
      • Pronouns
      • Password
    • About
    • Log Out

Development

First, clone and open the repo:

git clone https://git.federated.nexus/Henry-Hiles/nexus
cd nexus

Prerequisites

Linux

  • With Nix: Either use direnv, or nix flake develop
  • Without Nix: Install Flutter, Rust, the libsecret dev package for your distro (must be in PKG_CONFIG_PATH), and sqlite (must be in LD_LIBRARY_PATH).

Windows / MacOS

I don't really know. You will need Flutter and Rust, and otherwise I guess just keep installing stuff until there aren't any errors.

Get dependencies:

flutter pub get

Build generated files, and watch for new changes:

flutter pub run build_runner watch --delete-conflicting-outputs

Run the app:

flutter run

Community

Come chat in the Federated Nexus Community for questions or help with developing or using Nexus Client.