arcadia-studio30 downloadsGitHub integration: browse issues, pull requests, and repos from your notes. Create issues directly from note content.
Arcadia Hub puts your GitHub workflow inside Obsidian. Browse repositories, triage issues, and review pull requests from a sidebar panel, then turn any note into a GitHub issue without leaving your vault. If your project notes and your project code live in different windows, this plugin closes the gap.

Desktop only.
| Feature | Free | Premium |
|---|---|---|
| Repository browser with active repo switching | Yes | Yes |
| Issues viewer with open/closed filter, label filter, and pagination | Yes | Yes |
| Pull request dashboard with state and review status | Yes | Yes |
| Create a GitHub issue from the current note | Yes | Yes |
| Auto-refresh on a configurable interval | Yes | Yes |
| Claude Code bridge (in development) | No | Yes |
| Audio notebook sync (in development) | No | Yes |
| AI router (in development) | No | Yes |
The entire GitHub module is free. Premium covers the additional modules listed in settings, which are in development and will ship in future releases. Buying now supports development and unlocks them on arrival.
Community Plugins listing is pending review. Until it is approved, install with one of these methods:
Arcadia-Studio/obsidian-arcadia-hubmain.js, manifest.json, and styles.css from the latest GitHub release.obsidian/plugins/arcadia-hub/ in your vault and copy the three files into itrepo scope at github.com/settings/tokensowner/repo formatFrom there: the Issues tab lists open issues with label filtering and pagination, the Pull requests tab shows PR state and review status, and the Repos tab lets you switch the active repository. Run "Create issue from note" in any note to open a pre-filled issue form (selected text becomes the body; with no selection, the full note is used).
| Setting | Description | Default |
|---|---|---|
| Personal access token | GitHub token with repo scope. Stored locally in this vault's plugin settings and masked in the UI. |
empty |
| Default repository | Repository shown on open, in owner/repo format |
empty |
| Show closed issues | Include closed issues in the issues list | off |
| Issues per page | Number of issues loaded per page (1 to 100) | 25 |
| Auto-refresh interval | Minutes between automatic refreshes; 0 disables | 0 |
| License key | Premium license key with a validate button | empty |
The GitHub module is free, with no account beyond your own GitHub token. Premium modules require a one-time license from arcadia-studio.lemonsqueezy.com.
To activate: Settings > Arcadia Hub > License key > Validate. Licenses are validated against the Lemon Squeezy API. Once validated, premium keeps working for up to 14 days without a connection to the license server, so an offline stretch never locks you out.
api.github.com) to list repositories, issues, and pull requests, and to create issues. Your token is sent only to GitHub and stored only in your vault's plugin settings.api.lemonsqueezy.com) and sends only the license key you enter.Questions, bugs, feature requests: open an issue or email [email protected].
The plugin code is MIT licensed. See LICENSE.