{"id":35129153,"url":"https://github.com/hartrusion/rbmksimulator","last_synced_at":"2026-04-30T06:00:43.855Z","repository":{"id":330405593,"uuid":"1080953651","full_name":"hartrusion/RbmkSimulator","owner":"hartrusion","description":"Java based power plant simulator for chornobyl reactor 4","archived":false,"fork":false,"pushed_at":"2026-04-27T04:20:54.000Z","size":3974,"stargazers_count":32,"open_issues_count":9,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-27T06:33:35.776Z","etag":null,"topics":["chernobyl","powerplant","rbmk","simulation","simulator"],"latest_commit_sha":null,"homepage":"https://hartrusion.com/en/rbmk-simulator/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hartrusion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["hartrusion"]}},"created_at":"2025-10-22T05:24:03.000Z","updated_at":"2026-04-27T04:20:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hartrusion/RbmkSimulator","commit_stats":null,"previous_names":["hartrusion/rbmksimulator"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/hartrusion/RbmkSimulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hartrusion%2FRbmkSimulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hartrusion%2FRbmkSimulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hartrusion%2FRbmkSimulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hartrusion%2FRbmkSimulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hartrusion","download_url":"https://codeload.github.com/hartrusion/RbmkSimulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hartrusion%2FRbmkSimulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32456167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["chernobyl","powerplant","rbmk","simulation","simulator"],"created_at":"2025-12-28T04:31:17.835Z","updated_at":"2026-04-30T06:00:43.835Z","avatar_url":"https://github.com/hartrusion.png","language":"Java","funding_links":["https://github.com/sponsors/hartrusion"],"categories":[],"sub_categories":[],"readme":"# RBMK Simulator\nThis is a simulator app for the Chornobyl RBMK Reactor. Heavily inspired by the \n[Simgenics rxmodel simulator](https://github.com/gdzx/chernobyl-simulator) \nfrom about 30 years ago but with a lot more detailed systems and a more accurate \nrepresentation of the chernobyl plant.\n\nThis simulation focuses on the thermo hydraulic systems and the general \noperation of power plants. It has no accurate neutron simulation and has many \nsystems simplified to allow running even on low end hardware.\n\n![Example](docs/images/screenshot-preview5.png)\n\nFor details on the usage and some rudimentary documentation, refer to the \n[Project Page](https://hartrusion.com/en/rbmk-simulator/) for more details. The \nmanuals are updated from time to time\n\n## Installation and Usage\nThis is a java application so it runs on pretty much every popular operating \nsystem. To download the simulator, go to \n[Latest Release](https://github.com/hartrusion/RbmkSimulator/releases/latest)\nhere on Github. If you have no clue about Java and use a Windows computer, \ndownload the **RbmkSimulator-Windows-x64.zip** file there. It contains a .exe \nfile that you can just run (no installation needed). If you have a different \noperating system or a java runtime/jdk already installed, you can download the \n**RbmkSimulator-SNAPSHOT.jar** file instead which is way smaller.\n\nA current development snapshot can be downloaded here: \n[RbmkSimulator-SNAPSHOT.jar](https://github.com/hartrusion/RbmkSimulator/releases/download/github-ci-snapshot/RbmkSimulator-SNAPSHOT.jar). \nThis gets updated more frequently each time I push changes to github.\n\nPlease not that save files are **NOT** compatible with newer versions.\n\n## Getting involved\nPlease make yourself familiar with the rather unusual\n[Code of Conduct](./CODE_OF_CONDUCT.md) first and read the\n[Contributing](./CONTRIBUTING.md) guidelines.\n\nThere is a list of **missing features** and known problems in the \n[Issue](https://github.com/hartrusion/RbmkSimulator/issues) \nsection, everything that is listed here is going to be fixed and implemented.\n\nNo Z supporters wanted.\n\n## Licencing\nI decided to publish this simulator with GPLv3 so this thing is free software. \nAs I've also put in lots of thoughts on how to represent the plant with the \nGUI, I do want to keep the authorship and control over it and decided to use \nthis more resticted licence. You can use and redistribute this software as you \nlike, there are only some limitations if you would like to modify and publish \nthe software again.\n\nTo make it possible to reuse the developed technology, large parts of the code \nin other repositories are published with the more permissive MIT licence so \nyou're free to reuse those parts for whatever you like without such limitations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhartrusion%2Frbmksimulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhartrusion%2Frbmksimulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhartrusion%2Frbmksimulator/lists"}