-
|
I just found out about Trilium Notes. And trying the desktop version, I've noticed that it always have network activity. Every little thing I do in it, I see a network spike in a widget monitoring network activity. Why does the desktop version requires network activity? By the way is it Trilium with one L or with two? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
|
Hi @N3tFX! I'm Dosu and I’m helping the Trilium team. The constant network activity you see in Trilium Notes desktop is mostly due to its architecture: the app runs a local server and the UI connects to it over your computer’s network interface (localhost/127.0.0.1), which shows up as network usage in monitoring tools. This is common for Electron-based apps and doesn’t mean your data is leaving your machine—Trilium doesn’t send any analytics or telemetry anywhere "Privacy Policy". Other sources of network activity include periodic checks for new stable releases and automatic downloads of spelling dictionaries based on your language settings "Privacy Policy". If you use the Web Clipper, it scans a range of ports to find the desktop server, which can cause noticeable spikes. There’s currently no way to disable or configure this scanning behavior, so it may appear as constant activity "Web Clipper Port Scanning". And yes, the correct spelling is Trilium (with one “L”) "Privacy Policy". To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
|
Uh, that explains it. But still, seeing network activity from a desktop note taking app that people want to write sensitive data in it, does not look good for people who value privacy. Most people don't know how things work under the hood, and suddenly seeing this much network activity is scary. |
Beta Was this translation helpful? Give feedback.
-
|
Both Obsidian and Logseq (which are Electron based if I am not mistaken) do not show network activity except if the user uses a feature that requires internet access. |
Beta Was this translation helpful? Give feedback.
Hi @N3tFX! I'm Dosu and I’m helping the Trilium team.
The constant network activity you see in Trilium Notes desktop is mostly due to its architecture: the app runs a local server and the UI connects to it over your computer’s network interface (localhost/127.0.0.1), which shows up as network usage in monitoring tools. This is common for Electron-based apps and doesn’t mean your data is leaving your machine—Trilium doesn’t send any analytics or telemetry anywhere "Privacy Policy".
Other sources of network activity include periodic checks for new stable releases and automatic downloads of spelling dictionaries based on your language settings "Privacy Policy".
If you use the Web Clipper, i…