Update docs
All checks were successful
/ deploy (push) Successful in 59s

This commit is contained in:
Alois 2026-07-30 00:45:58 +02:00
commit 23a311352f
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
2 changed files with 7 additions and 1 deletions

View file

@ -455,6 +455,8 @@ The iota will never read, or handle the chat_partner_name.
Settings are scoped to the authenticated device session. The `SessionId` must match the session assigned by the Omikron. Setting names may contain alphanumeric characters, `_`, `-`, and `.`, but may not contain `..`.
Settings are not included in `ClientStateSync` and changes are not pushed to clients. A client receives confirmation of its own change in the `SettingsSave` response and must send `SettingsLoad` to retrieve a stored value. Because these settings are scoped by `SessionId`, saving them does not update another device's settings.
### Save user Settings on Iota
##### `REQ:`

View file

@ -2,9 +2,13 @@
title: Installation
---
**We currently only support Linux!**
**As soon as we have enough money to purchase the necessary certificates and hardware to produce versions for Windows and macOS, we will do so.**
# Client
You can download the latest client from our [Git](https://git.methanium.net/tensamin/client/releases). It is available as a `.deb`, `.rpm`, `.AppImage` and a Nix Flake
You can download a `.deb`, `.rpm` or `.AppImage` of the client from our [Git](https://git.methanium.net/tensamin/client/releases).
### Nix Flake