Play a digital card game in a web browser using the pre-built client without setting up a development environment.
Run a local development server for the game to customize card mechanics or test changes using Node.js and pnpm.
Contribute new card mechanics or UI improvements to the open-source codebase following the project's pull request guidelines.
Requires Node.js 20.19+ or 22.12+ and pnpm package manager, pre-built Android and PC clients are available for players who just want to play without a dev setup.
Noname (无名杀) is an open-source Chinese digital card game built in JavaScript. The project is released under the GPL 3.0 license, which means anyone can view, modify, and redistribute the code as long as they follow the license terms and keep the original source credits intact. The game runs in a web browser or via a desktop client and requires a Chromium-based browser or Safari to play, with Firefox currently unsupported. To run the project locally, you need Node.js (version 20.19.0 or higher, or 22.12.0 or higher) and the pnpm package manager. After installing those, you clone the repository, run pnpm install to fetch the dependencies, and then pnpm dev to start the development server. Pre-built client downloads are also available for Android and for desktop PC through separate linked releases, for players who just want to play without setting up a development environment. The README includes a lengthy notice addressing a fork of this project called "Noname 10th Anniversary." According to the libnoname team, that fork was derived from an older version of this codebase, violated the GPL 3.0 open-source license, obfuscated and encrypted the output code, and made misleading claims about offering more content than the original. The notice asks the community to be aware of these issues and calls on all parties to respect the open-source principles the project was built on. Contributors can follow the project's wiki guides for setting up Git, using GitHub Desktop, submitting pull requests, and following the project's PR conventions. The README is in Chinese, reflecting the game's primary audience.
← libnoname on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.