This project aims to provide an easy way to navigate OPDS catalogs through a simple tui interface. Opdstui also enables you to open books served via opds catalogs using a locally installed text editor like Zathura.
Video_2026-03-28_09-13-07.mp4
Configuration of opdstui is done using ENV variables.
export OPDS_URL="https://kavita.your-server.com/api/opds/0993c2af-f7bc-44d3-9929-138866db7954"
export OPDS_READER="zathura"
| ENV var | Description |
|---|---|
| OPDS_URL | OPDS Server URL (Required) |
| OPDS_READER | The application that opds the book binary stream. (Optional. defaults to zathura) |
curl -fsSL https://raw.githubusercontent.com/sreedevk/opdstui/main/install.sh | bash