2022-03-30 21:09:19 +00:00
[![Our chat room ](https://img.shields.io/matrix/fractal-gtk:matrix.org?color=blue&label=%23fractal%3Agnome.org&logo=matrix )](https://matrix.to/#/#fractal:gnome.org)
[![Our Gitlab project ](https://img.shields.io/badge/gitlab.gnome.org%2F-GNOME%2FFractal-green?logo=gitlab )](https://gitlab.gnome.org/GNOME/fractal/)
2022-05-06 14:53:49 +00:00
[![Our documentation ](https://img.shields.io/badge/%F0%9F%95%AE-Docs-B7410E?logo=rust )](https://gnome.pages.gitlab.gnome.org/fractal/)
2021-04-29 10:20:58 +00:00
2021-02-04 20:09:03 +00:00
# Fractal
2021-02-04 19:25:29 +00:00
2022-03-30 18:13:43 +00:00
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.
2021-02-04 19:25:29 +00:00
2022-03-30 11:01:47 +00:00
![screenshot ](https://gitlab.gnome.org/GNOME/fractal/raw/main/screenshots/fractal.png )
2022-01-20 11:19:42 +00:00
## Work in Progress
2022-03-30 18:13:43 +00:00
We already talked several times in the past about rewriting the application, but for different
reasons we didn't do it. Now that the [matrix-rust-sdk ](https://github.com/matrix-org/matrix-rust-sdk )
exists, which does a lot of the heavy lifting for us, we have a good starting point to build Fractal
without the need to implement every single feature from the Matrix API. Finally with the release of
GTK4 we would need to rework most of Fractal's code anyways. Therefore, it just makes sense to start
over and build Fractal with all the features (e.g end-to-end encryption) we have in mind.
2022-01-20 11:19:42 +00:00
2022-03-30 18:13:43 +00:00
A year ago we started working on rewriting [Fractal ](https://gitlab.gnome.org/GNOME/fractal/ ) from
scratch using [GTK4 ](https://www.gtk.org/ ) and the [matrix-rust-sdk ](https://github.com/matrix-org/matrix-rust-sdk ).
2022-06-19 12:41:09 +00:00
This effort was called Fractal Next.
2022-01-20 11:19:42 +00:00
2022-06-19 12:41:09 +00:00
Fractal Next now replaced our previous codebase, and has become the new nightly version. It isn't
2022-03-30 18:13:43 +00:00
yet ready for a release and you can follow along our progress towards it by looking at the
2022-07-29 09:52:26 +00:00
[Fractal v5 (Fractal-next) ](https://gitlab.gnome.org/GNOME/fractal/-/milestones/18 ) milestone.
2021-02-04 19:25:29 +00:00
2021-02-04 20:09:03 +00:00
## Installation instructions
2021-02-04 19:25:29 +00:00
2022-03-31 09:46:21 +00:00
### Stable version
2023-04-06 13:50:10 +00:00
The current stable version is 4.4.2 (released March 2023).
2021-02-04 19:25:29 +00:00
2022-06-19 12:41:09 +00:00
Flatpak is the recommended installation method.
Until our next iteration is ready, you can get the official Fractal Flatpak on Flathub.
2021-02-04 19:25:29 +00:00
2022-06-19 12:41:09 +00:00
< a href = "https://flathub.org/apps/details/org.gnome.Fractal" >
< img
2023-05-05 16:02:44 +00:00
src="https://flathub.org/assets/badges/flathub-badge-i-en.svg"
2022-06-19 12:41:09 +00:00
alt="Download Fractal on Flathub"
width="240px"
2022-09-03 17:03:16 +00:00
height="80px"
2022-06-19 12:41:09 +00:00
/>
2021-02-04 20:09:03 +00:00
< / a >
2021-02-04 19:25:29 +00:00
2022-03-31 09:46:21 +00:00
### Development version
2022-06-19 12:41:09 +00:00
If you want to try Fractal Next without building it yourself, it is available as a nightly Flatpak
2022-03-31 09:46:21 +00:00
in the gnome-nightly repo.
2022-09-03 17:03:16 +00:00
First, setup the GNOME nightlies.
< a href = "https://nightly.gnome.org/gnome-nightly.flatpakrepo " >
< img
2023-05-05 16:02:44 +00:00
src="https://gitlab.gnome.org/GNOME/fractal/uploads/c276f92660dcf50067714ac08e193fea/gnome-nightly-badge.svg"
2022-09-03 17:03:16 +00:00
alt="Add gnome-nightly repository"
width="240px"
height="80px"
/>
< / a >
Then install the application.
< a href = "https://nightly.gnome.org/repo/appstream/org.gnome.Fractal.Devel.flatpakref" >
< img
2023-05-05 16:02:44 +00:00
src="https://gitlab.gnome.org/GNOME/fractal/uploads/5e42d322eaacc7da2a52bfda9f7a4e53/fractal-nightly-badge.svg"
2022-09-03 17:03:16 +00:00
alt="Download Fractal Nightly"
width="240px"
height="80px"
/>
< / a >
Or from the command line:
2022-03-31 09:46:21 +00:00
```sh
2022-09-03 07:58:46 +00:00
# Add the gnome-nightly repo
2022-03-31 09:46:21 +00:00
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
```
2022-08-29 09:18:28 +00:00
### Runtime Dependencies
2021-02-04 20:09:03 +00:00
2022-12-04 11:49:01 +00:00
Fractal doesn’ t 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 ](https://www.freedesktop.org/wiki/Specifications/secret-storage-spec/ )
to store those secrets. Therefore, you need to have software providing that service on your system,
like gnome-keyring, KeepassXC ([setup guide](https://avaldes.co/2020/01/28/secret-service-keepassxc.html)),
or a recent version of KWallet. If you are using GNOME this should just work.
With the nightly Flatpak, Fractal uses the [Secret portal ](https://docs.flatpak.org/en/latest/portal-api-reference.html#gdbus-org.freedesktop.portal.Secret )
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 ](https://docs.flatpak.org/en/latest/portal-api-reference.html#gdbus-org.freedesktop.impl.portal.Secret ),
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 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:
```sh
flatpak override --user --talk-name=org.freedesktop.secrets org.gnome.Fractal.Devel
```
Or with [Flatseal ](https://flathub.org/apps/details/com.github.tchx84.Flatseal ), by adding
`org.freedesktop.secrets` in the **Session Bus** > **Talk** list of Fractal.
2022-09-26 13:41:07 +00:00
## Security Best Practices
2022-12-04 11:49:01 +00:00
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.
2022-04-03 09:02:55 +00:00
2022-08-29 09:18:28 +00:00
## Contributing
2022-04-03 09:02:55 +00:00
2022-08-29 09:18:28 +00:00
### Code
2021-02-04 20:09:03 +00:00
2022-08-29 09:18:28 +00:00
Please follow our [contributing guidelines ](CONTRIBUTING.md ).
2021-02-04 20:09:03 +00:00
### Translations
2022-03-30 18:13:43 +00:00
Fractal is translated by the GNOME translation team on [Damned lies ](https://l10n.gnome.org/ ).
2021-02-04 20:09:03 +00:00
2022-06-19 12:41:09 +00:00
Find your language in the list on [the Fractal module page on Damned lies ](https://l10n.gnome.org/module/fractal/ ).
2021-02-04 20:09:03 +00:00
2022-09-24 14:07:37 +00:00
The names of the emoji displayed during verification come from [the Matrix specification repository ](https://github.com/matrix-org/matrix-spec/tree/main/data-definitions ).
They are translated on [Element’ s translation platform ](https://translate.element.io/projects/matrix-doc/sas-emoji-v1 ).
2021-02-04 20:09:03 +00:00
## Frequently Asked Questions
* Does Fractal have encryption support? Will it ever?
2022-06-19 12:41:09 +00:00
Yes, the current development version (`main` branch) has encryption support using Cross-Signing. See
2022-03-30 18:13:43 +00:00
< https: / / gitlab . gnome . org / GNOME / fractal / - / issues / 717 > for more info on the state of encryption.
2021-02-04 20:09:03 +00:00
* Can I run Fractal with the window closed?
2022-12-04 11:49:01 +00:00
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.
2021-02-04 20:09:03 +00:00
## The origin of Fractal
2022-06-19 12:41:09 +00:00
The development version is a complete rewrite of Fractal built on top of the
2022-03-30 18:13:43 +00:00
[matrix-rust-sdk ](https://github.com/matrix-org/matrix-rust-sdk ) using [GTK4 ](https://gtk.org/ ).
2021-02-04 20:09:03 +00:00
2022-03-31 10:06:55 +00:00
The previous version of Fractal was using GTK3 and its own backend to talk to a matrix homeserver,
2022-06-19 12:41:09 +00:00
the code can be found in the [`legacy` branch ](https://gitlab.gnome.org/GNOME/fractal/-/tree/legacy ).
2022-03-31 10:06:55 +00:00
2022-01-20 11:19:42 +00:00
Initial versions were based on Fest < https: / / github . com / fest-im / fest > , formerly called ruma-gtk.
2022-03-30 18:13:43 +00:00
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.
2021-02-04 20:09:03 +00:00
The name Fractal was proposed by Regina Bíró.
2021-02-04 19:25:29 +00:00
2021-02-04 20:09:03 +00:00
## Code of Conduct
2021-02-04 19:25:29 +00:00
2021-02-04 20:09:03 +00:00
Fractal follows the official GNOME Foundation code of conduct. You can read it [here ](/code-of-conduct.md ).