# Linux-Specific Issues

Supervertaler is Linux compatible, but Windows is the primary development platform.

### Spellcheck dictionaries

If spellcheck isn’t working, you may need to install Hunspell dictionaries for your language:

```bash
sudo apt install hunspell-en-us
```

If the dictionary package for your language exists, install it using the language code you need (for example `hunspell-de-de`, `hunspell-nl`, etc.).

### Stability tips

If you encounter instability:

* Disable spellcheck temporarily
* Disable semantic memory features temporarily
* Use a smaller project to isolate the issue

### Crashes / memory access violations

Some native dependencies (spellcheck backends, tokenization libraries) can crash the Python process on certain Linux setups.

If you see random crashes (segfaults) when interacting with the grid:

1. Disable spellcheck and restart
2. Retry on a smaller project

If that stabilizes the app, re-enable features one by one.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://supervertaler.gitbook.io/help/troubleshooting/linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
