๐Ÿ“ DBV Typst Editor
Features Templates Download GitHub
Download

Privacy Policy

Last updated: September 6, 2026

Summary: DBV Typst Editor does not collect, store on its own servers, or share with third parties any personal data. It has no user accounts, no analytics, no advertising, and sends no telemetry of any kind. All processing of your documents happens on your own machine.

What the app does on your machine

DBV Typst Editor is a desktop editor for Typst documents (.typ), with a real-time PDF preview. It opens, compiles and edits the projects you choose (a folder, a single file, or an imported .dbvt package) entirely on your machine, using a Typst compiler bundled inside the app itself. The content of your documents is never transmitted to any server of ours โ€” there is no server of ours to transmit it to, the app has no backend.

Data stored locally (never transmitted)

  • Recent projects: the list of your most recently opened projects is saved to a recent_projects.json file inside the app's data folder on your machine. You can remove any entry from the launcher itself.
  • Preferences: the visual theme (light/dark/sepia), interface language, panel layout and preview zoom level are saved locally in the app's built-in browser storage (localStorage), without leaving your machine.

The only internet connections the app makes

DBV Typst Editor does not connect to the internet except when you explicitly ask it to, in these three cases:

  • Typst Universe: if you create a project or insert a package from the community catalogue (the โœฆ button), the compiler downloads that specific package from Typst's official public registry and caches it so it isn't downloaded again. If you also click a package's link to view its page, that page opens in your default browser.
  • Checking for updates: only when you click "Check for updates" in the "About" panel โ€” the app never checks for updates automatically on launch. This check reads the publicly available information about the latest release on GitHub.
  • Links you write yourself: if your document contains a remote link or image and the preview loads it, that request goes directly from your machine to that address โ€” never through a server of ours.

Installing from an app store

If you install DBV Typst Editor from the Microsoft Store, the Mac App Store, or any other store, that platform may collect installation, usage and diagnostic data under its own privacy policy, independent of this app. Check that store's own privacy policy for details.

Third parties

The app includes no analytics, advertising, or third-party SDKs that collect usage data. The external libraries it uses (CodeMirror, the Typst compiler) run locally and make no network calls on their own, other than the explicit Typst Universe package download described above.

Contact

If you have questions about this policy, you can open an issue on GitHub or reach out via davidbuenov.com.

๐Ÿ“ DBV Typst Editor

Native desktop editor for Typst. Rust + Tauri v2.

Project

Source code Releases Report an issue Back to home

Author

davidbuenov.com github.com/davidbuenov

MIT License ยท ยฉ 2026 David Bueno Vallejo