A terminal UI for Linear built with Ard.
-
Get an API key from Linear Settings → API → Personal API keys.
-
Provide the key via environment variable or config file:
export LINEAR_API_KEY=lin_api_xxxOr run
tinearand paste the key in the UI, which will be saved to~/.tinear/config.json.
Run without arguments to launch the interactive TUI:
tinearThe TUI shows your Inbox and My Issues tabs, with per-issue detail views, a status picker, and a comment composer.
| Command | Description |
|---|---|
tinear (no command) |
Launch the interactive TUI |
ard check main.ard # type-check
ard build main.ard --out ard-out/tinearMIT