Skip to content

FAQ

This page gives short answers to the questions that come up most often about Typeward, and each answer links to the page that holds the detail. For a failing compile or an error string you can quote, see Troubleshooting.

Yes, and it is open source. Typeward is licensed GPL-3.0-or-later, and the code lives in the Typeward source repository. There is no paid tier, no editions, and no feature gates: every feature ships in every build for every user. See Open source and licensing.

Usually not. The macOS, Windows x64, and Linux x86_64 builds bundle the Tectonic engine, so a new project compiles with nothing else installed. The ARM64 Windows and ARM64 Linux builds ship without it, because upstream Tectonic has no build for every ARM target, so on those install a TeX distribution or a tectonic command of your own. See Install on Windows and Install on Linux. If you already have TeX Live, MacTeX, or MiKTeX, Typeward can use it instead, which adds the full CTAN ecosystem plus SyncTeX forward and inverse search. See Choosing a compile engine.

No. Typeward has no sign-up, no sign-in screen, and no server behind it. Optional connections to Zotero, Mendeley, a WebDAV server, a git remote, or an AI provider use credentials you supply, which Typeward stores in your operating system keyring. See Data locations.

No. Typeward has no analytics, no usage tracking, no crash reporting, and no error submission, and it records nothing about how you use it. The only network connections Typeward makes are the ones you configure yourself. See Privacy and network behavior.

Is my document content used to train AI models?

Section titled “Is my document content used to train AI models?”

No. Typeward trains nothing and uploads nothing on its own, and the AI assistant stays off until you turn it on. Once you configure a provider, only the text you send in a chat message or an editor action reaches that provider, under your own API key and their terms. A local Ollama model keeps even that text on your machine. See AI assistant.

Yes, for everything local: editing, compiling with a TeX distribution, PDF and Markdown preview, templates, grammar and spell checking, autosave, and version history. Three parts of Typeward reach the network.

Feature Needs a connection Works offline
Compiling with Tectonic The first compile that needs a TeX package it has not cached Every compile once those packages are cached
References Zotero Web, Mendeley, and DOI or arXiv lookups Zotero on the same machine, and the bibliography inside the project
Cloud sync and git remotes Reaching the server, which sync retries on its own Editing in the local project folder

See Choosing a compile engine, How references work, and Cloud sync with WebDAV.

In plain folders you can open with any other tool, under Documents/Typeward by default. Typeward never puts your documents in a database or a proprietary container. See Data locations.

Yes. A project is either LaTeX or Typst, and a Typst project gets the same editor: completion and diagnostics from tinymist, Outline, version history, references, and exports. Typst compiles through the typst command-line tool, which Typeward does not bundle, so install it and keep it on your PATH. See Typst projects.

Yes. Zotero on the same machine connects over its local server with no key, and Zotero Web needs an API key you generate in your own Zotero account. Mendeley needs an app you register yourself and exists mainly for migrating away from its discontinued desktop app. Single works go in by DOI or arXiv ID with no account at all, and every source you connect aggregates into one bibliography file inside the project. See How references work and Connecting reference managers.

Yes, and git is built in. Typeward stages, commits, fetches, pulls, and pushes over HTTPS from the SCM tab in the sidebar, and it can clone a repository when you create a project. Commits use the identity in your own gitconfig, remote access uses your own git credential helper, and any other git client works on the same repository. Typeward pulls fast-forward only and has no merge-conflict interface. See Git in Typeward.

Can I use Typeward with my existing Overleaf projects?

Section titled “Can I use Typeward with my existing Overleaf projects?”

Yes. Import a zip export, or clone over Overleaf’s git bridge, which is a feature of Overleaf’s paid plans. See Importing from Overleaf.

Can I sync projects with OneDrive or Google Drive?

Section titled “Can I sync projects with OneDrive or Google Drive?”

Yes. Projects are ordinary folders, so you can point any desktop sync client at your projects root. Typeward also syncs directly to a WebDAV server you control, such as Nextcloud or ownCloud. See Cloud sync with WebDAV.

Can two people edit the same project at once?

Section titled “Can two people edit the same project at once?”

No. Typeward is a single-user desktop editor with no live collaboration and no sharing between people, and review comments stay on the machine that wrote them. Two people share a project through a git repository or a synced folder, one writer at a time. See Git in Typeward.

Does Typeward run on iPad or Android tablets?

Section titled “Does Typeward run on iPad or Android tablets?”

No. Typeward ships desktop builds for Windows, macOS, and Linux, and no tablet or phone build exists.

Download the newer installer from the Typeward releases page, then install it the way you installed the current version. The built-in updater is present but dormant: no shipped build makes an update request, and Check now under Settings → About reports Updates aren’t configured yet. See How updates work.

Why does Windows or macOS warn me when I install Typeward?

Section titled “Why does Windows or macOS warn me when I install Typeward?”

Because the builds are unsigned, and SmartScreen and Gatekeeper warn about any installer without a certificate. Unsigned releases say so in their own release notes. Every release attaches a SHA256SUMS file so you can check what you downloaded, and every asset carries a GitHub build provenance attestation. See Install on Windows, Install on macOS, or Install on Linux.

Open an issue in the Typeward issue tracker. Typeward has no in-app bug report or feedback form and sends nothing on its own, so bring the details with you. Include what you did, what happened, your operating system, the version shown under Settings → About, and for a compile problem the raw log from the All logs tab. See Troubleshooting.