{"id":13677714,"url":"https://github.com/openmod/openmod","last_synced_at":"2026-01-16T07:08:45.378Z","repository":{"id":40442002,"uuid":"233647544","full_name":"openmod/openmod","owner":"openmod","description":"OpenMod .NET Plugin Framework","archived":false,"fork":false,"pushed_at":"2025-06-25T16:40:20.000Z","size":86386,"stargazers_count":286,"open_issues_count":50,"forks_count":46,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-06-25T17:37:44.816Z","etag":null,"topics":["dotnet","framework","modding","nuget","openmod","plugins","rust","unity","unturned"],"latest_commit_sha":null,"homepage":"https://openmod.github.io/openmod-docs/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openmod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-13T17:00:48.000Z","updated_at":"2025-06-25T16:40:23.000Z","dependencies_parsed_at":"2023-10-13T08:48:01.751Z","dependency_job_id":"9ddf70df-24c8-4d9e-b81e-a267763a5219","html_url":"https://github.com/openmod/openmod","commit_stats":null,"previous_names":[],"tags_count":215,"template":false,"template_full_name":null,"purl":"pkg:github/openmod/openmod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmod%2Fopenmod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmod%2Fopenmod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmod%2Fopenmod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmod%2Fopenmod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openmod","download_url":"https://codeload.github.com/openmod/openmod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openmod%2Fopenmod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"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":["dotnet","framework","modding","nuget","openmod","plugins","rust","unity","unturned"],"created_at":"2024-08-02T13:00:46.120Z","updated_at":"2026-01-16T07:08:45.363Z","avatar_url":"https://github.com/openmod.png","language":"C#","readme":"# OpenMod [![Discord](https://img.shields.io/discord/666327627124047872?label=Discord\u0026style=for-the-badge)](https://discord.com/invite/jRrCJVm)\n\nOpenMod is a plugin framework for .NET.\n\nIt supports authorization, plugin configurations, internalization, command handling and much more. OpenMod can be used for games, bot frameworks, web servers or anything else and has official implementations for Unturned, Rust (WIP) and a standalone console.\n\nFor a list of available plugins, visit [openmod-plugins](https://openmod.github.io/openmod-plugins).\n\n## Features\nOpenMod is based on modern C# code and best practices.\n- Modern API for plugin development with C# and Unity best practices\n- Plugin installation with [NuGet](https://nuget.org)\n- Can self update with NuGet\n- Based on [.NET Generic Host](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host)\n- IoC and Dependency Injection using Autofac\n- Configure OpenMod and plugins with yaml configurations, environment variables, commandline arguments, etc.\n- Serilog for logging, including rich configuration options via logging.yml\n\n## Getting Started\nTo get started, visit the [OpenMod Documentation](https://openmod.github.io/openmod-docs/).\n\nIf you would like to install OpenMod, installation guides for the following platforms are available:\n- [Unturned](https://openmod.github.io/openmod-docs/userdoc/installation/unturned.html)\n\nIf you want to make plugins for OpenMod, you can get started by reading the [Making your first plugin](https://openmod.github.io/openmod-docs/devdoc/guides/getting-started.html) page.\n\n## Supported Games\nCurrently Unturned is the only supported game. More games might follow in the future. OpenMod can work side-by-side with RocketMod. \n\n## License\nSee [LICENSE](LICENSE) file for more information.\n\n## Build Status\n### Framework\n[![OpenMod.API](https://github.com/openmod/OpenMod/workflows/OpenMod.API/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.API) [![OpenMod.Bootstrapper](https://github.com/openmod/OpenMod/workflows/OpenMod.Bootstrapper/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Bootstrapper) [![OpenMod.NuGet](https://github.com/openmod/OpenMod/workflows/OpenMod.NuGet/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.NuGet) [![OpenMod.Core](https://github.com/openmod/OpenMod/workflows/OpenMod.Core/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Core) [![OpenMod.Runtime](https://github.com/openmod/OpenMod/workflows/OpenMod.Runtime/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Runtime) [![OpenMod.Analyzers](https://github.com/openmod/OpenMod/workflows/OpenMod.Analyzers/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Analyzers) [![OpenMod.Templates](https://github.com/openmod/OpenMod/workflows/OpenMod.Templates/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Templates) [![OpenMod.EntityFrameworkCore](https://github.com/openmod/OpenMod/workflows/OpenMod.EntityFrameworkCore/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.EntityFrameworkCore)\n\n### Extensions\n[![OpenMod.Extensions.Games.Abstractions](https://github.com/openmod/OpenMod/workflows/OpenMod.Extensions.Games.Abstractions/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Extensions.Games.Abstractions) [![OpenMod.Extensions.Economy.Abstractions](https://github.com/openmod/OpenMod/workflows/OpenMod.Extensions.Economy.Abstractions/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Extensions.Economy.Abstractions)\n\n### Standalone\n[![OpenMod.Standalone](https://github.com/openmod/OpenMod/workflows/OpenMod.Standalone/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Standalone)\n\n### UnityEngine\n[![OpenMod.UnityEngine.Redist](https://github.com/openmod/OpenMod/workflows/OpenMod.UnityEngine.Redist/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.UnityEngine.Redist) [![OpenMod.UniTask](https://github.com/openmod/OpenMod/workflows/OpenMod.UniTask/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.UniTask) [![OpenMod.UnityEngine](https://github.com/openmod/OpenMod/workflows/OpenMod.UnityEngine/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.UnityEngine)\n\n### Unturned\n[![OpenMod.Unturned.Redist](https://github.com/openmod/OpenMod/workflows/OpenMod.Unturned.Redist/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Unturned.Redist) [![OpenMod.Unturned](https://github.com/openmod/OpenMod/workflows/OpenMod.Unturned/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Unturned) [![OpenMod.Unturned.Module](https://github.com/openmod/OpenMod/workflows/OpenMod.Unturned.Module/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Unturned.Module)\n\n### Rust\n[![OpenMod.Rust.Redist](https://github.com/openmod/OpenMod/workflows/OpenMod.Rust.Redist/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Rust.Redist) [![OpenMod.Rust](https://github.com/openmod/OpenMod/workflows/OpenMod.Rust/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Rust) [![OpenMod.Rust.Oxide.Redist](https://github.com/openmod/OpenMod/workflows/OpenMod.Rust.Oxide.Redist/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Rust.Oxide.Redist) [![OpenMod.Rust.Oxide](https://github.com/openmod/OpenMod/workflows/OpenMod.Rust.Oxide/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Rust.Oxide) [![OpenMod.Rust.Oxide.Extension](https://github.com/openmod/OpenMod/workflows/OpenMod.Rust.Oxide.Extension/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Rust.Oxide.Extension) [![OpenMod.Rust.Oxide.PermissionLink](https://github.com/openmod/OpenMod/workflows/OpenMod.Rust.Oxide.PermissionLink/badge.svg)](https://github.com/openmod/OpenMod/actions?query=workflow%3AOpenMod.Rust.Oxide.PermissionLink)\n\n## Code of Conduct\nThis project uses the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/about/policies/code-of-conduct).\n\n## .NET Foundation\nThis project is supported by the [.NET Foundation](https://dotnetfoundation.org).\n","funding_links":[],"categories":["C#"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmod%2Fopenmod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmod%2Fopenmod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmod%2Fopenmod/lists"}