Cheeky fork of Fractal
Go to file
Julian Sparber 7667040806 ci: Run checks and build always 2023-11-08 18:22:53 +00:00
.cargo docs: Generate docs for ruma and matrix-sdk 2022-05-12 10:08:24 +02:00
.gitlab/issue_templates misc: Make the bug template the default issue template 2022-11-14 18:03:05 +00:00
.gitlab-ci Revert "room-history: Add spell checker to message entry" 2023-11-04 11:23:59 +01:00
build-aux Revert "room-history: Add spell checker to message entry" 2023-11-04 11:23:59 +01:00
data chore: Prepare release of Fractal 5.rc1 2023-11-08 15:29:01 +01:00
hooks hooks: Skip checks when missing a dependency in a non-interactive shell. 2022-10-28 21:18:39 +02:00
po Update Chinese (China) translation 2023-11-08 00:41:07 +00:00
screenshots chore: Prepare release of Fractal 5.rc1 2023-11-08 15:29:01 +01:00
scripts misc: Put UI files next to the corresponding Rust files 2023-05-21 23:38:58 +02:00
src member_list: Do not use borrow_mut for a long time 2023-11-07 19:55:03 +00:00
subprojects sourceview: use a released version 2022-01-13 09:23:01 +00:00
.editorconfig Init with GTK Rust Template 2021-02-04 20:46:36 +01:00
.gitattributes meson: Ignore some files when creating release tarball 2022-09-25 18:47:35 +02:00
.gitignore misc: Update .gitignore for fenv 2022-08-31 18:47:53 +00:00
.gitlab-ci.yml ci: Run checks and build always 2023-11-08 18:22:53 +00:00
.rustfmt.toml checks: Use stricter rustfmt rules 2022-01-20 09:08:11 +01:00
.typos.toml verification: Use the Matrix spec i18n data for emoji names 2022-09-24 15:24:00 +00:00
CONTRIBUTING.md chore: Update freedesktop runtime to 23.08 2023-09-14 11:23:27 +02:00
Cargo.lock chore: Prepare release of Fractal 5.rc1 2023-11-08 15:29:01 +01:00
Cargo.toml chore: Prepare release of Fractal 5.rc1 2023-11-08 15:29:01 +01:00
LICENSE Add Fractal license, readme and screenshot 2021-02-04 21:09:03 +01:00
README.md docs: Update README for version 5.beta2 2023-08-17 17:25:04 +00:00
code-of-conduct.md Add code of conduct from master 2022-03-30 14:36:28 +02:00
fractal.doap misc: Add myself as a maintainer 2023-02-21 16:59:20 +01:00
meson.build chore: Prepare release of Fractal 5.rc1 2023-11-08 15:29:01 +01:00
meson_options.txt build: Add beta profile 2023-05-05 13:21:13 +02:00
rust-toolchain.toml misc: Add Rust toolchain config file 2022-04-11 09:23:22 +00:00

README.md

Our chat room Our Gitlab project Our documentation

Fractal

Fractal is a Matrix messaging app for GNOME written in Rust. Its interface is optimized for collaboration in large groups, such as free software projects.

screenshot

Work in Progress

Up until the 4.4 series, Fractal was built with GTK 3 and used its own implementation of the Matrix API. With the availability of the matrix-rust-sdk and GTK 4, the technological landscape had changed enough that a full rewrite made more sense than simply trying to port the complex codebase that we had. That effort started in March 2021 and the result is the current Fractal 5 beta (and nightly).

You can follow along our progress towards the stable release by looking at the Fractal 5 milestone.

Installation instructions

Stable version

The current stable version is 4.4.2 (released March 2023).

Flatpak is the recommended installation method. Until our next iteration is ready, you can get the official Fractal Flatpak from Flathub.

Download Fractal on Flathub

Beta version

The current beta version is 5.beta2 (released August 17th 2023).

It is available as a Flatpak on Flathub Beta.

To get it, first set up the Flatpak remote:

flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo

Or download and install the repository file.

Then install the application:

flatpak install --user flathub-beta org.gnome.Fractal

Or download and install the application file.

Finally, run the application:

flatpak run org.gnome.Fractal//beta

If you want to run the beta version by default instead of the stable version, use this command:

flatpak make-current org.gnome.Fractal beta

Note that you can go back to using the stable version by default by using the same command and replacing beta with stable.

Development version

If you want to try the upcoming version of Fractal without building it yourself, it is available as a nightly Flatpak in the gnome-nightly repo.

First, set up the GNOME nightlies.

Add gnome-nightly repository

Then install the application.

Download Fractal Nightly

Or from the command line:

# Add the gnome-nightly repo
flatpak remote-add --user --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo

# Install the nightly build
flatpak install --user gnome-nightly org.gnome.Fractal.Devel

Runtime Dependencies

Fractal doesnt store your password, but it stores your access token and the passphrase used to encrypt the database and the local cache.

The stable Flatpak available on Flathub and any version that is not sandboxed rely on software that implements the Secret Service API to store those secrets. Therefore, you need to have software providing that service on your system, like gnome-keyring, KeepassXC (setup guide), or a recent version of KWallet. If you are using GNOME this should just work.

With the nightly and beta Flatpaks, Fractal uses the Secret portal to store those secrets. Once again, if you are using GNOME this should just work. If you are using a different desktop environment or are facing issues, make sure xdg-desktop-portal is installed along with a service that provides the Secret portal backend interface, which is currently only implemented by gnome-keyring.

If you prefer to use other software that only implements the Secret Service API while using the nightly or beta Flatpak, you need to make sure that no service implementing the Secret portal backend interface is running, and you need to allow Fractal to access the D-Bus service with this command:

flatpak override --user --talk-name=org.freedesktop.secrets org.gnome.Fractal

For the nightly version, change the application name to org.gnome.Fractal.Devel.

Or with Flatseal, by adding org.freedesktop.secrets in the Session Bus > Talk list of Fractal.

Security Best Practices

You should use a strong password that is hard to guess to protect the secrets stored on your device, whether the password is used directly to unlock your secrets (with a password manager for example) or if it is used to open your user session and your secrets are unlocked automatically (which is normally the case with a GNOME session).

Furthermore, make sure to lock your system when stepping away from the computer since an unlocked computer can allow other people to access your private communications and your secrets.

Contributing

Code

Please follow our contributing guidelines.

Translations

Fractal is translated by the GNOME translation team on Damned lies.

Find your language in the list on the Fractal module page on Damned lies.

The names of the emoji displayed during verification come from the Matrix specification repository. They are translated on Elements translation platform.

Frequently Asked Questions

  • Does Fractal have encryption support? Will it ever?

Yes, the current development version (main branch) has encryption support using Cross-Signing. See https://gitlab.gnome.org/GNOME/fractal/-/issues/717 for more info on the state of encryption.

  • Can I run Fractal with the window closed?

Currently Fractal does not support this. Fractal is a GNOME application, and accordingly adheres to the GNOME guidelines and paradigms. This will be revisited if or when GNOME gets a proper paradigm to interact with apps running in the background.

The origin of Fractal

The development version is a complete rewrite of Fractal built on top of the matrix-rust-sdk using GTK4.

The previous version of Fractal was using GTK3 and its own backend to talk to a matrix homeserver, the code can be found in the legacy branch.

Initial versions were based on Fest https://github.com/fest-im/fest, formerly called ruma-gtk. In the origins of the project it was called guillotine, based on French revolution, in relation with the Riot client name, but it's a negative name so we decide to change for a math one.

The name Fractal was proposed by Regina Bíró.

Code of Conduct

Fractal follows the official GNOME Foundation code of conduct. You can read it here.