An almost stable Matrix client. https://app.sable.moe
  • TypeScript 95.7%
  • Rust 2.8%
  • JavaScript 0.6%
  • CSS 0.3%
  • Kotlin 0.2%
  • Other 0.3%
Find a file
Shea 70045e33f6
2 line fix for de-linkifying broken elements (#1444)
<!-- Please read
https://github.com/SableClient/Sable/blob/dev/CONTRIBUTING.md before
submitting your pull request -->

### Description
This is a 2 line fix for the previous thing for this message
specifically that i saw and then reproduced and checked for everything i
can think of

<img width="1355" height="23" alt="image"
src="https://github.com/user-attachments/assets/6f97c3d7-c00d-499e-885c-32e1ba1f7549"
/>

and apparently export-diagnostics missing a settingslink(??)

<!-- Please include a summary of the change. Please also include
relevant motivation and context. List any dependencies that are required
for this change. -->

Fixes #

#### Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update

### Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings

### AI disclosure:

- [ ] Partially AI assisted (clarify which code was AI assisted and
briefly explain what it does).
- [ ] Fully AI generated (explain what all the generated code does in
moderate detail).
<!-- Write any explanation required here, but do not generate the
explanation using AI!! You must prove you understand what the code in
this PR does. -->
Written w the assistance of the confusion of why i removed these lines
from the previous pr forgetting why i added them :>
2026-07-28 06:29:52 +00:00
.changeset fix(menu): open context menus instead of toggling them shut (#1431) 2026-07-28 03:51:09 +00:00
.github fix(linux): refresh CEF runtime cache 2026-07-27 23:14:31 +02:00
.vscode more visual fixes 2026-07-27 06:01:32 +03:00
contrib feat(sentry): initialize SDK, performance instrumentation, developer settings, and error capture 2026-03-15 23:40:58 -04:00
docs refactor(ci): unify cloudflare infra workflows and remove is_release_tag 2026-07-26 13:33:40 -05:00
infra okay this should workkk 2026-07-26 14:51:16 -05:00
public Merge remote-tracking branch 'origin/dev' into feat/tauri-desktop 2026-07-17 12:12:26 +02:00
scripts fix(linux): refresh CEF runtime cache 2026-07-27 23:14:31 +02:00
src 2 line fix for linkifying broken stuff 2026-07-28 09:23:02 +03:00
src-tauri feat(diagnostics): add sanitized log export (#1421) 2026-07-28 03:30:12 +00:00
tests/e2e fix: show setting selects as dialogs on mobile and keep long-pressed sheets open 2026-07-27 08:21:22 +02:00
.dockerignore ci(docker): build site once and package per-arch 2026-03-07 00:54:17 +00:00
.gitattributes Create .gitattributes 2026-03-05 22:34:11 -06:00
.gitignore test: add playwright e2e harness with throwaway continuwuity homeserver 2026-07-24 23:56:45 +02:00
.npmrc chore: use devEngines for node version 2026-07-24 19:45:52 -05:00
altstore-source.json fix(ios): make AltStore/SideStore register nightly updates 2026-07-27 08:48:13 +02:00
build.config.ts feat: URL navigation in auth (#1603) 2024-01-21 18:20:56 +05:30
Caddyfile fix(caddy): add cache-control headers for assets, sw.js, and index.html 2026-04-06 12:33:58 -04:00
CHANGELOG.md chore: prepare release 1.20.0 2026-07-17 20:15:06 +00:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2026-03-13 21:38:40 -05:00
config.json feat: unify product name and build flavor across builds 2026-07-26 13:32:41 -05:00
CONTRIBUTING.md Add donation link to contributing guidelines 2026-04-09 22:10:33 -05:00
Dockerfile feat: unify product name and build flavor across builds 2026-07-26 13:32:41 -05:00
flake.lock feat(tauri): apply niki's tauri fixes; render mxc emoji/reactions via renderable urls 2026-07-17 14:28:54 +02:00
flake.nix feat: unify product name and build flavor across builds 2026-07-26 13:32:41 -05:00
index.html feat(tauri): show a themed window at first paint with a show() failsafe 2026-07-19 21:07:25 +02:00
knip.json fix: knipe issues 2026-07-24 19:46:11 -05:00
knope.toml fix(ci): replace enrich-changelog with native knope templates 2026-07-25 13:32:40 +02:00
LICENSE Change license to AGPLv3 (#1115) 2023-02-24 17:28:04 +05:30
mise.tauri.toml maybe fix workflows 2026-07-24 20:31:04 -05:00
mise.toml fix(mise): run opentofu from infra/web dir 2026-07-27 00:53:56 +02:00
nfpm.yaml fix linux build 2026-07-24 21:58:58 -05:00
oxfmt.config.ts chore: fmt 2026-07-19 01:06:28 +02:00
oxlint.config.ts refactor: share one persisted string-set atom and guard import cycles 2026-07-25 21:05:32 -05:00
package.json Add support for displaying gzipped lottie (e.g. tgs) files 2026-07-26 10:51:19 -05:00
playwright.config.ts refactor: share cross-cutting hooks and fix the menu, thread and sheet regressions 2026-07-26 16:51:56 +02:00
pnpm-lock.yaml Add support for displaying gzipped lottie (e.g. tgs) files 2026-07-26 10:51:19 -05:00
pnpm-workspace.yaml fix(ci): revert some mise changes and add workarounds 2026-07-25 11:12:43 +02:00
README.md docs: add mise docs to README 2026-07-24 19:46:11 -05:00
rust-toolchain.toml feat: add mise support 2026-07-24 19:42:44 -05:00
TRADEMARKS.md formatting 2026-05-13 12:42:00 -05:00
tsconfig.json Merge remote-tracking branch 'origin/dev' into feat/tauri-desktop 2026-07-17 12:12:26 +02:00
vite.config.ts formatting 2026-07-26 13:53:52 -05:00
vitest.config.ts feat: unify product name and build flavor across builds 2026-07-26 13:32:41 -05:00

Sable

A Matrix client built to enhance the user experience with quality-of-life features, cosmetics, utilities, and sheer usability. See the changelog.

Soon to be replaced desktop apps can be downloaded here. They auto-update by pulling the website.

Join our matrix space here to discuss features, issues, or meowing.

Forked from Cinny.

Getting started

The stable web app is available at app.sable.moe and tracks the latest GitHub release. Nightly builds are available at dev.sable.moe and from the nightly GitHub release.

You can also download our desktop app for Windows and Linux from releases. Release artifacts include build attestations, and desktop installations update automatically.

iOS (AltStore / SideStore)

Sable iOS builds are distributed as unsigned IPAs through AltStore and SideStore. Each release publishes both the IPA and an altstore-source.json manifest — stable builds to the latest GitHub release, nightly builds to the nightly GitHub release.

Stable Source

Add to AltStore   Add to SideStore   Direct URL

Nightly Source

Add to AltStore   Add to SideStore   Direct URL

Setup & install

  1. Set up AltStore Classic or SideStore on your device.
  2. Add the Sable source (tap a button above), or add it manually:
    • AltStore (stable): altstore://source?url=https://github.com/SableClient/Sable/releases/latest/download/altstore-source.json
    • SideStore (stable): sidestore://source?url=https://github.com/SableClient/Sable/releases/latest/download/altstore-source.json
    • AltStore (nightly): altstore://source?url=https://github.com/SableClient/Sable/releases/download/nightly/altstore-source.json
    • SideStore (nightly): sidestore://source?url=https://github.com/SableClient/Sable/releases/download/nightly/altstore-source.json
  3. Install Sable from the source. The IPA is unsigned; AltStore/SideStore re-sign it with your personal development certificate at install time, so apps refresh every 7 days (the standard free-account limitation).

iOS builds are produced by the ios job in tauri-build.yml and track the same dev/v* triggers as desktop builds.

Self-hosting

You have a few options for self hosting, you can:

  1. Run the prebuilt docker container.
  2. Deploy on a site like GitLab Pages. Jae has a guide here.
  3. Build it yourself.

Docker

Prebuilt images are published to ghcr.io/sableclient/sable.

  • latest tracks the current dev branch image.
  • X.Y.Z tags are versioned releases.
  • X.Y tags float within a release line.
  • Pushes to dev also publish a short commit SHA tag.

Run the latest image with:

docker run --rm -p 8080:8080 ghcr.io/sableclient/sable:latest

Then open http://localhost:8080.

If you want to override the bundled config.json, mount your own file at /app/config.json:

services:
  sable:
    image: ghcr.io/sableclient/sable:latest
    ports:
      - '8080:8080'
    volumes:
      - ./config.json:/app/config.json:ro

Build it yourself

To build and serve Sable yourself with nginx, clone this repo and build it:

pnpm i # Installs all dependencies
pnpm run build # Compiles the app into the dist/ directory

After that, you can copy the dist/ directory to your server and serve it.

  • In the config.json, you can modify the default homeservers, feature rooms/spaces, toggle the account switcher, and toggle experimental simplified slilding sync support.

Optional default client settings

While the default settings are recommended for most users, you can optionally add a top-level "settingsDefaults" object whose keys match client settings (only fields you want to override) to override them. The default settings for any new logins will match these. Existing keys in local storage or users who chose to sync settings with their account data will still have their settings set.

For example:

{
  "settingsDefaults": {
    "hour24Clock": true,
    "pageZoom": 110,
    "messageLayout": 2,
    "rightSwipeAction": "members",
    "captionPosition": "below",
    "renderUserCards": "both",
    "jumboEmojiSize": "large"
  }
}

Invalid or unknown keys are ignored.

  • To deploy on subdirectory, you need to rebuild the app youself after updating the base path in build.config.ts.
    • For example, if you want to deploy on https://sable.moe/app, then set base: '/app'.

Local development

Tip

The easiest way to get started is with mise, it manages node, pnpm, rust, and other tooling.

mise install    # Install all required tools
mise run setup  # Install dependencies (pnpm install)
mise run dev    # Start the Vite dev server

Run mise tasks to list all available tasks (build, test, lint, etc.).

To build the app:

mise run build

Desktop & Mobile (Tauri)

Sable uses Tauri for native desktop and mobile builds.

mise run tauri:setup          # Install Rust toolchain + system packages
mise run tauri:setup:macos    # Install Xcode (macOS only)
mise run tauri:setup:windows  # Install VS Build Tools + WebView2 (Windows only)
mise run tauri wry dev        # Dev server with system webview (WebKit/WebView2)
mise run tauri cef build      # Production build with Chromium Embedded Framework
mise run tauri --help         # Any other args pass through to the Tauri CLI

When the first argument is wry or cef and the second is dev or build, the wrapper injects --features <runtime>,updater --no-default-features. Everything else is forwarded to tauri as-is.

Deployment and infrastructure

Deployment workflows and infrastructure details live in infra/README.md.