Next generation Matrix client for iOS built with SwiftUI on top of matrix-rust-sdk.
Find a file
Doug 99e160ddc4
Some checks failed
Compound / tests (push) Has been cancelled
Unit Tests (Enterprise) / Tests (Enterprise) (push) Has been cancelled
Unit Tests / Tests (push) Has been cancelled
Update dependencies. (#4940)
* Minor dependency updates.

Plus SwiftSyntax 509 → 601

* Update MapLibre to v6.

* Update Sentry to v9.
2026-01-09 16:48:03 +00:00
.githooks Embed element call (#3939) 2025-03-25 16:14:23 +00:00
.github Fix the PR template's "contributing guide" link. 2026-01-05 10:15:49 +00:00
AccessibilityTests Move BigIcon into Compound and add a new TitleAndIcon component. (#4866) 2025-12-16 16:01:26 +00:00
ci_scripts Use Xcode 26.1 on GitHub runners. 2025-11-27 16:43:48 +00:00
compound-ios Update dependencies. (#4940) 2026-01-09 16:48:03 +00:00
DevelopmentAssets/Media Update our development assets. (#3783) 2025-02-11 11:53:35 +00:00
docs Update the Enterprise submodule and make use of the newly added secrets configuration mechanism 2025-05-27 18:21:11 +03:00
ElementX Update dependencies. (#4940) 2026-01-09 16:48:03 +00:00
ElementX.xcodeproj Update dependencies. (#4940) 2026-01-09 16:48:03 +00:00
Enterprise@b86237ec96 Add a dedicated target for SDK mocks to avoid type name conflicts on the generated code. 2026-01-06 10:57:37 +00:00
fastlane Use the quiet argument on Fastlane's xcbeautify output formatter 2025-12-16 18:36:19 +02:00
IntegrationTests Fix the login flow and how the integration tests interact with the web authentication session 2025-12-11 11:56:26 +02:00
NSE Update the SDK and handle the API breaks. 2026-01-06 10:57:37 +00:00
PreviewTests Update dependencies. (#4940) 2026-01-09 16:48:03 +00:00
SDKMocks Bump the Rust SDK to v26.01.06 (#4933) 2026-01-08 10:40:00 +00:00
Secrets Support runtime customisation of the rageshake URL. (#4267) 2025-06-30 10:18:25 +01:00
ShareExtension Update copyright holding and dates (#4640) 2025-10-21 14:34:56 +02:00
Tools Add a dedicated target for SDK mocks to avoid type name conflicts on the generated code. 2026-01-06 10:57:37 +00:00
UITests Empty spaces list screen (#4936) 2026-01-09 15:17:43 +01:00
UnitTests Handle OIDC cancellation and workaround missing progress when linking a new device. (#4935) 2026-01-09 14:08:05 +00:00
Variants/Nightly Use the new Icon Composer .icon format. (#4612) 2025-10-10 20:00:03 +01:00
.gitattributes Move compound-ios package into the project. 2025-09-29 10:41:01 +01:00
.gitignore Add .nova configuration to .gitignore. 2025-04-23 15:56:25 +01:00
.gitmodules Use XcodeGen files for app variants and setup Enterprise submodule. (#2976) 2024-06-27 18:18:17 +01:00
.periphery.yml Add a tool (based on Periphery) that reports any unused strings. 2025-05-05 10:01:59 +03:00
.swiftformat Avoid swiftformat's latest release false positives. 2025-09-23 11:47:09 +03:00
.swiftlint.yml Update CI to support Compound. 2025-09-29 10:41:01 +01:00
app.yml Set APP_GROUP_IDENTIFIER directly. (#3847) 2025-02-27 12:38:02 +00:00
CHANGES.md Prepare next release 2025-12-10 08:01:06 -08:00
codecov.yml Add a dedicated target for SDK mocks to avoid type name conflicts on the generated code. 2026-01-06 10:57:37 +00:00
CONTRIBUTING.md Fix typo in CONTRIBUTING.md changelog section 2026-01-05 12:52:06 +00:00
Dangerfile.swift Disable semantic commits from Renovate (#3629) 2024-12-17 11:16:27 +00:00
Gemfile Use xcresultparser in all workflows. (#2510) 2024-02-28 18:01:20 +00:00
Gemfile.lock Use the new Icon Composer .icon format. (#4612) 2025-10-10 20:00:03 +01:00
LICENSE Switch license to AGPL (#3237) 2024-09-06 16:34:30 +03:00
LICENSE-COMMERCIAL Dual licensing: AGPL + Element Commercial (#3657) 2025-01-06 11:27:37 +01:00
localazy.json Download en and en-US when running download-strings (#4743) 2025-11-13 13:05:31 +00:00
Package.resolved Update the SDK and handle the API breaks. 2026-01-06 10:57:37 +00:00
Package.swift Update dependency apple/swift-argument-parser to from: "1.7.0" 2025-12-18 08:56:32 +02:00
project.yml Update dependencies. (#4940) 2026-01-09 16:48:03 +00:00
README.md Update copyright holding and dates (#4640) 2025-10-21 14:34:56 +02:00
renovate.json Unpin the codecov-action version from renovate 2025-12-16 18:00:37 +02:00
SECURITY.md Point to Element security@ address and policy 2024-01-17 11:48:53 +02:00

Element iOS Matrix room #element-x-ios:matrix.org GitHub

Build Status GitHub release (latest by date)

codecov Quality Gate Status Vulnerabilities Bugs

Element X iOS

Element X iOS is the next-generation Matrix client provided by Element.

Compared to the previous-generation Element Classic, it is a total rewrite using the Matrix Rust SDK underneath and targeting devices running iOS 17+.

Rust SDK

Element X leverages the Matrix Rust SDK through an FFI layer exposed as a swift package that the final client can directly import and use. We're doing this as a way to share code between platforms, with Element X Android using the same SDK.

Status

This project is actively developed and supported. New users are recommended to use Element X instead of the previous-generation app.

Contributing

Please see our contribution guide.

Come chat with the community in the dedicated Matrix room.

Build instructions

Please refer to the setting up a development environment section from the contribution guide.

Support

When you are experiencing an issue on Element X iOS, please first search in GitHub issues and then in #element-x-ios:matrix.org. If after your research you still have a question, ask at #element-x-ios:matrix.org. Otherwise feel free to create a GitHub issue if you encounter a bug or a crash, by explaining clearly in detail what happened. You can also perform bug reporting (Rageshake) from the Element application by going to the application settings. This is especially recommended when you encounter a crash.

Forking

Please read our forking guide.

Copyright (c) 2025 Element Creations Ltd. Copyright (c) 2022 - 2025 New Vector Ltd.

This software is dual licensed by Element Creations Ltd (Element). It can be used either:

(1) for free under the terms of the GNU Affero General Public License (as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version); OR

(2) under the terms of a paid-for Element Commercial License agreement between you and Element (the terms of which may vary depending on what you and Element have agreed to).

Unless required by applicable law or agreed to in writing, software distributed under the Licenses is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licenses for the specific language governing permissions and limitations under the Licenses.