{"id":51171724,"url":"https://github.com/shoyru-ai/eso-addon-manager","last_synced_at":"2026-06-29T20:01:05.075Z","repository":{"id":367454641,"uuid":"1280878347","full_name":"shoyru-ai/eso-addon-manager","owner":"shoyru-ai","description":"A fast, lightweight addon manager for The Elder Scrolls Online (WPF/.NET 8) - a lean alternative to Minion.","archived":false,"fork":false,"pushed_at":"2026-06-26T23:54:01.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-27T01:23:22.660Z","etag":null,"topics":["addon-manager","dotnet","elder-scrolls-online","eso","esoui","wpf"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shoyru-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-26T02:54:22.000Z","updated_at":"2026-06-26T23:54:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shoyru-ai/eso-addon-manager","commit_stats":null,"previous_names":["shoyru-ai/eso-addon-manager"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/shoyru-ai/eso-addon-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoyru-ai%2Feso-addon-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoyru-ai%2Feso-addon-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoyru-ai%2Feso-addon-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoyru-ai%2Feso-addon-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shoyru-ai","download_url":"https://codeload.github.com/shoyru-ai/eso-addon-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoyru-ai%2Feso-addon-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34941027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon-manager","dotnet","elder-scrolls-online","eso","esoui","wpf"],"created_at":"2026-06-27T01:04:36.211Z","updated_at":"2026-06-29T20:01:05.047Z","avatar_url":"https://github.com/shoyru-ai.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shoyru's ESO Addons\n\nA fast, lightweight **addon manager for The Elder Scrolls Online** — browse, install, update, and remove addons from [ESOUI](https://www.esoui.com), with none of the bloat. A lean alternative to Minion (ESO-only, no ads, no extra games).\n\n\u003e Built with WPF on .NET 8.\n\n---\n\n## Features\n\n- **Installed tab** — see every addon in your `live\\AddOns` folder with one-click **Update**, **Update All**, and **Remove**.\n- **Browse ESOUI** — search the full catalog, filter by **category**, and sort by **downloads / recently updated / name** (clickable column headers with ▲▼ too).\n- **Detail pane** — addon image, full description, **changelog (\"What's New\")**, and **dependencies** shown with ✓ installed / ✗ missing (plus a **Get** button to grab a missing one).\n- **Automatic dependency install** — installing an addon pulls the libraries it needs.\n- **Reliable update detection** — records the ESOUI version it installs and compares like-for-like, so update buttons clear correctly after updating.\n- **Smart folder detection** — finds your AddOns folder automatically (including OneDrive-redirected Documents); a **Change folder…** button if you keep it elsewhere.\n- **Self-updating** — checks GitHub on launch and offers a one-click update to the latest release.\n\n## Install\n\n1. Download the latest **`Shoyrus-ESO-Addons.exe`** (or the zip) from the [**Releases**](../../releases) page.\n2. Double-click it — **nothing else to install** (.NET is bundled in the exe).\n3. First launch: if Windows SmartScreen warns (the app isn't code-signed), click **More info → Run anyway**.\n\n**Requirements:** Windows 10/11 64-bit, and ESO installed + launched at least once (so the AddOns folder exists).\n\n## Updating\n\nOn launch the app checks the GitHub Releases here for a newer version. If one exists, a banner appears — click **Update now** and it downloads, swaps itself, and relaunches on the new version.\n\n## Building from source\n\n```powershell\ngit clone https://github.com/shoyru-ai/eso-addon-manager.git\ncd eso-addon-manager\ndotnet build -c Release          # build\ndotnet test ..\\ESOAddonsTests    # run the test suite\n```\n\nCut a release (self-contained single-file exe + zip, published to GitHub Releases):\n\n```powershell\n.\\tools\\cut-release.ps1 -Version 0.2.0 -Notes \"What changed\"\n```\n\n## How it works\n\nAddon data comes from the public **ESOUI / mmoui v3 API** (`api.mmoui.com/v3/game/ESO/…`) — no account or key needed. Your own custom addons that aren't on ESOUI still appear in the Installed list; junctioned/linked addons are protected from accidental removal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoyru-ai%2Feso-addon-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshoyru-ai%2Feso-addon-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoyru-ai%2Feso-addon-manager/lists"}