{"id":38493148,"url":"https://github.com/kuroppoi/brainwine","last_synced_at":"2026-01-17T05:46:20.082Z","repository":{"id":38026404,"uuid":"358970910","full_name":"kuroppoi/brainwine","owner":"kuroppoi","description":"A portable private server for Deepworld.","archived":false,"fork":false,"pushed_at":"2025-12-19T01:13:07.000Z","size":2147,"stargazers_count":37,"open_issues_count":11,"forks_count":11,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-12-21T23:48:23.396Z","etag":null,"topics":["deepworld","java","private-server","server-emulator"],"latest_commit_sha":null,"homepage":"","language":"Java","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/kuroppoi.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-04-17T20:00:16.000Z","updated_at":"2025-10-23T02:22:04.000Z","dependencies_parsed_at":"2023-11-10T16:27:34.344Z","dependency_job_id":"92ce34a1-c071-4cf0-88cf-7ad628b5ce9a","html_url":"https://github.com/kuroppoi/brainwine","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/kuroppoi/brainwine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuroppoi%2Fbrainwine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuroppoi%2Fbrainwine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuroppoi%2Fbrainwine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuroppoi%2Fbrainwine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuroppoi","download_url":"https://codeload.github.com/kuroppoi/brainwine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuroppoi%2Fbrainwine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28501283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["deepworld","java","private-server","server-emulator"],"created_at":"2026-01-17T05:46:19.472Z","updated_at":"2026-01-17T05:46:20.072Z","avatar_url":"https://github.com/kuroppoi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBrainwine\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/kuroppoi/brainwine/actions\"\u003e\u003cimg src=\"https://github.com/kuroppoi/brainwine/actions/workflows/build.yml/badge.svg\" alt=\"build\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/kuroppoi/brainwine/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/kuroppoi/brainwine?labelColor=30373D\u0026label=Release\u0026logoColor=959DA5\u0026logo=github\" alt=\"release\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nBrainwine is a Deepworld private server written in Java, designed to be portable and easy to use.\\\nIt's still a work in progress, so keep in mind that it's not yet feature-complete. (A to-do list can be found [here](https://github.com/kuroppoi/brainwine/projects/1).)\\\nBrainwine currently supports the following versions of Deepworld:\n\n- Windows: `v3.13.1`\n- iOS: `v2.11.0.1`\n- MacOS: `v2.11.1`\n\n## Quick Local Setup\n\n- Install [Java 8](https://adoptium.net/temurin/releases/?package=jdk\u0026version=8).\n- Download the [latest Brainwine release](https://github.com/kuroppoi/brainwine/releases/latest).\n- Start Brainwine by running the jar file.\n- In the window that appears, press \"Start Server\" to start the server.\n- Press \"Start Deepworld\" to launch the game.\n  - If you want to play on iOS, download a patching kit for it [here](https://github.com/kuroppoi/brainwine/releases/tag/patching-kits-1.0).\n- Register a new account and play the game.\n\n## Building\n\n### Prerequisites\n\n- Java 8 Development Kit\n\nRun the following to build the program:\n\n```sh\ngit clone --recurse-submodules https://github.com/kuroppoi/brainwine.git\ncd brainwine\n./gradlew dist\n```\n\nThe output executable jar `brainwine.jar` will be located in the `/build/dist` directory.\\\nTo start the server without a user interface, run the following:\n\n```sh\n# This behavior is the default on platforms that do not support Java's Desktop API.\njava -jar brainwine.jar disablegui\n```\n\n## Docker\n\nRun the following to build the image:\n\n```sh\ngit clone https://github.com/kuroppoi/brainwine\ncd brainwine\ndocker buildx build -t brainwine:latest .\n```\n\nTo then run the image in a container, run the following:\n\n```sh\n# Replace ${PWD} with %cd% if you're using a Windows Command Prompt.\ndocker run -p 5001-5003:5001-5003 --volume ${PWD}/run:/data brainwine:latest\n```\n\nOr alternatively, if you wish to use docker compose:\n\n```sh\ndocker compose up\n```\n\nThe server files will be stored in a docker volume and can be accessed from `/data` in the container.\\\nFeel free to play around with the configuration by editing `docker-compose.yml`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuroppoi%2Fbrainwine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuroppoi%2Fbrainwine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuroppoi%2Fbrainwine/lists"}