{"id":44806217,"url":"https://github.com/angelobdev/hytale-mod-manager","last_synced_at":"2026-02-16T14:48:26.522Z","repository":{"id":334940295,"uuid":"1141887507","full_name":"angelobdev/hytale-mod-manager","owner":"angelobdev","description":"A modern, Electron-based mod manager for Hytale that integrates with CurseForge to provide seamless mod browsing, installation, and updates","archived":false,"fork":false,"pushed_at":"2026-01-27T16:42:03.000Z","size":31843,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-28T03:05:25.889Z","etag":null,"topics":["electron","hytale","hytale-mod","hytale-modding","linux","windows"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angelobdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-01-25T15:53:24.000Z","updated_at":"2026-01-26T23:23:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/angelobdev/hytale-mod-manager","commit_stats":null,"previous_names":["angelobdev/hytale-mod-manager"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/angelobdev/hytale-mod-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelobdev%2Fhytale-mod-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelobdev%2Fhytale-mod-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelobdev%2Fhytale-mod-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelobdev%2Fhytale-mod-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angelobdev","download_url":"https://codeload.github.com/angelobdev/hytale-mod-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelobdev%2Fhytale-mod-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["electron","hytale","hytale-mod","hytale-modding","linux","windows"],"created_at":"2026-02-16T14:48:25.826Z","updated_at":"2026-02-16T14:48:26.507Z","avatar_url":"https://github.com/angelobdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hytale Mod Manager\n\nA modern, Electron-based mod manager for Hytale that integrates with CurseForge to provide seamless mod browsing, installation, and updates.\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Version](https://img.shields.io/badge/version-0.1.0--ALPHA-orange.svg)\n\n---\n\n![HytaleModManager](.github/screenshots/hytale-mod-manager.gif)\n\n---\n\n## ✨ Features\n\n- **🔍 Browse Mods**: Search and filter through thousands of Hytale mods from CurseForge\n- **⬇️ Easy Installation**: One-click mod installation with automatic file management\n- **🔄 Auto Updates**: Detect and update installed mods to their latest versions\n- **📦 Mod Management**: View, organize, and uninstall your installed mods\n- **🎮 Quick Launch**: Launch Hytale directly from the mod manager\n- **🗄️ Smart Database**: SQLite-based tracking of installed mods and their files\n- **🔄 State Sync**: Automatic synchronization of mod directory state\n\n---\n\n## 📥 Installation\n\n### Pre-built Binaries\n\n1. Go to the [Releases](https://github.com/angelobdev/hytale-mod-manager/releases) page\n2. Download the appropriate installer for your operating system:\n   - **Windows**: `Hytale-Mod-Manager-{version}.exe`\n   - **Linux**: `Hytale-Mod-Manager-{version}.AppImage`\n3. Run the app\n\n### First-Time Setup\n\n1. **Get a CurseForge API Key**:\n   - Visit [CurseForge Console](https://console.curseforge.com/#/)\n   - Create a new API key\n   - Copy the key\n\n2. **Configure the Application**:\n   - Open the app and navigate to Settings\n   - Paste your CurseForge API key\n   - Set your Hytale mods directory\n   - Set your Hytale launcher executable path (Windows-only, for now...)\n\n---\n\n## 🛠️ Building from Source\n\n### Prerequisites\n\n- Node.js (v24 LTS is recommended)\n- npm\n\n### Build Instructions\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/angelobdev/hytale-mod-manager.git\n   cd hytale-mod-manager\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   npm run gen:api\n   ```\n\n3. **Build the application**:\n\n   For Linux:\n\n   ```bash\n   npm run dist:linux\n   ```\n\n   For Windows:\n\n   ```bash\n   npm run dist:win\n   ```\n\n4. **Development mode**:\n\n   ```bash\n   npm run dev\n   ```\n\nThe built application will be available in the `release` directory.\n\n---\n\n## 🏗️ Tech Stack\n\n- **Frontend**: React 19, TanStack Router, TanStack Query\n- **UI**: Tailwind CSS, Radix UI, shadcn/ui components\n- **Backend**: Electron, Node.js\n- **Database**: better-sqlite3\n- **API**: CurseForge REST API\n- **Build Tools**: Vite, TypeScript\n\n---\n\n## 📁 Project Structure\n\n```txt\nhytale-mod-manager/\n├── electron/           # Electron main \u0026 preload scripts\n│   ├── main/          # Main process handlers\n│   ├── preload/       # Preload scripts\n│   └── lib/           # Shared utilities\n├── src/               # React application\n│   ├── components/    # UI components\n│   ├── routes/        # Application routes\n│   ├── hooks/         # Custom React hooks\n│   ├── store/         # State management\n│   ├── gen/           # Generated API client\n│   └── lib/           # Utilities\n└── resources/         # Static resources\n```\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Here's how you can help:\n\n1. **Fork the repository**\n2. **Create a feature (or fix) branch**: `git checkout -b feature/amazing-feature`\n3. **Make your changes**\n4. **Update the [CHANGELOG.md](CHANGELOG.md)** with your changes under the \"Unreleased\" tag\n5. **Commit your changes**: `git commit -m 'Add amazing feature'`\n6. **Push to the branch**: `git push origin feature/amazing-feature`\n7. **Open a Pull Request**\n\n### Development Guidelines\n\n- Follow the existing code style\n- Write meaningful commit messages\n- Test your changes thoroughly\n\n---\n\n## 📝 API Generation\n\nThis project uses [Orval](https://orval.dev/) to generate TypeScript API clients from the CurseForge OpenAPI specification.\n\nTo regenerate the API client:\n\n```bash\nnpm run gen:api\n```\n\n---\n\n## ⚠️ Known Issues\n\n- This is an early alpha version - bugs are expected\n- Some features may be incomplete or unstable\n- Report issues on the [GitHub Issues](https://github.com/angelobdev/hytale-mod-manager/issues) page\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n---\n\n## 🙏 Acknowledgments\n\n- **CurseForge** for providing the API\n- **Hytale community** for inspiration and support\n- All contributors who help improve this project\n\n---\n\nMade with ❤️ by [angelobdev](https://github.com/angelobdev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelobdev%2Fhytale-mod-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangelobdev%2Fhytale-mod-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelobdev%2Fhytale-mod-manager/lists"}