Otra is a GNOME Shell extension for quick English help using a local Ollama model.
It adds:
- a top-bar indicator
- a quick action window
- configurable hotkeys
- built-in
ExplainandSimplifyactions - editable prompt templates in Preferences
Otra is not standalone. You need:
- GNOME Shell
49 - an accessible Ollama server
- at least one small available model
- Pull a model if you do not already have one:
ollama pull gemma3:1b- Start Ollama if it is not already running:
ollama serve-
Download the latest
otra@offline-english-helper.shell-extension.zipfrom GitHub Releases. -
Install and enable the extension:
gnome-extensions install --force otra@offline-english-helper.shell-extension.zip
gnome-extensions enable otra@offline-english-helper- Open the extension preferences and set:
- the Ollama base URL if you do not use
http://127.0.0.1:11434 - the model Otra should use
- your preferred hotkeys
- Left click the top-bar icon to open Otra.
- Right click the top-bar icon to open the menu.
- Run the default action with
Ctrl+Super+S. - Open the action picker with
Ctrl+Super+A.
For Collaborators
Sync the extension into your local GNOME Shell extensions directory:
make syncUseful commands:
make test
make check
make distmake sync copies the extension to:
~/.local/share/gnome-shell/extensions/otra@offline-english-helper
and then disables and re-enables it.
Build the installable zip with:
make distOutput:
dist/otra@offline-english-helper.shell-extension.zip
- Default Ollama URL:
http://127.0.0.1:11434 - Clipboard access is limited to a user-initiated, write-only copy action for generated output.
- If you publish on
extensions.gnome.org, keep the Ollama dependency explicit in the listing description.