You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+23-13Lines changed: 23 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,13 @@ See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for q
14
14
15
15
## 💬 Discuss with us
16
16
17
-
Feel free to join our official discussions and community. We are focused on the development on Trilium, and would love to hear what features, suggestions, or issues you may have!
17
+
Feel free to join our official conversations. We would love to hear what features, suggestions, or issues you may have!
-[Wiki](https://triliumnext.github.io/Docs/) (For common how-to questions and user guides)
22
23
23
-
The two rooms linked above are mirrored, so you can use either XMPP or Matrix, from any client you prefer, on pretty much any platform under the sun!
24
-
25
-
### Unofficial Communities
26
-
27
-
[Trilium Rocks](https://discord.gg/aqdX9mXX4r)
28
-
29
24
## 🎁 Features
30
25
31
26
* Notes can be arranged into arbitrarily deep tree. Single note can be placed into multiple places in the tree (see [cloning](https://triliumnext.github.io/Docs/Wiki/cloning-notes)
@@ -55,14 +50,25 @@ The two rooms linked above are mirrored, so you can use either XMPP or Matrix, f
55
50
56
51
## 🏗 Installation
57
52
58
-
Trilium is provided as either desktop application (Linux and Windows) or web application hosted on your server (Linux).
53
+
### Desktop
54
+
55
+
To use TriliumNext on your desktop machine (Linux, MacOS, and Windows) you have a few options:
56
+
57
+
* Download the binary release for your platform from the [latest release page](https://github.com/TriliumNext/Notes/releases/latest), unzip the package and run the ```trilium``` executable.
58
+
* Access TriliumNext via the web interface of a server installation (see below)
59
+
* Currently only the latest versions of Chrome & Firefox are supported (and tested).
60
+
* (Coming Soon) TriliumNext will also be provided as a Flatpak
59
61
60
-
* If you want to use TriliumNext on the desktop, download binary release for your platform from [latest release](https://github.com/TriliumNext/Notes/releases/latest), unzip the package and run the ```trilium``` executable.
61
-
* If you want to install TriliumNext on your own server, follow [this page](https://triliumnext.github.io/Docs/Wiki/server-installation).
62
-
* Currently only recent versions of Chrome and Firefox are supported (tested) browsers.
62
+
### Mobile
63
63
64
-
(Coming Soon) TriliumNext will also be provided as a Flatpak:
* Use a mobile web browser to access the mobile interface of a server installation (see below)
67
+
* Use of a mobile app is not yet supported ([see here](https://github.com/TriliumNext/Notes/issues/72)) to track mobile improvements.
68
+
69
+
### Server
70
+
71
+
To install TriliumNext on your own server (including via Docker) follow [the server installation docs](https://triliumnext.github.io/Docs/Wiki/server-installation).
66
72
67
73
## 📝 Documentation
68
74
@@ -78,6 +84,10 @@ npm install
78
84
npm run start-server
79
85
```
80
86
87
+
## 👐 Unofficial Communities
88
+
89
+
[Trilium Rocks](https://discord.gg/aqdX9mXX4r)
90
+
81
91
## 👏 Shoutouts
82
92
83
93
*[CKEditor 5](https://github.com/ckeditor/ckeditor5) - best WYSIWYG editor on the market, very interactive and listening team
0 commit comments