https://github.com/jonesdevelopment/incognito
Anonymize Minecraft by spoofing computer hardware specifications. Can be used for screensharing, recording or streaming.
https://github.com/jonesdevelopment/incognito
fabric minecraft privacy
Last synced: about 1 month ago
JSON representation
Anonymize Minecraft by spoofing computer hardware specifications. Can be used for screensharing, recording or streaming.
- Host: GitHub
- URL: https://github.com/jonesdevelopment/incognito
- Owner: jonesdevelopment
- License: gpl-3.0
- Created: 2025-07-09T19:22:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T00:19:29.000Z (12 months ago)
- Last Synced: 2025-07-10T08:59:00.182Z (12 months ago)
- Topics: fabric, minecraft, privacy
- Language: Java
- Homepage:
- Size: 678 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
Incognito
Anonymize Minecraft by spoofing computer hardware specifications.
Useful for screensharing, recording or streaming.
[](https://www.codefactor.io/repository/github/jonesdevelopment/incognito/overview/main)
[](https://github.com/jonesdevelopment/incognito/releases)
[](https://github.com/jonesdevelopment/incognito/issues)
[](https://jonesdev.xyz/discord)
[](https://www.gnu.org/licenses/gpl-3.0)
[Releases](https://github.com/jonesdevelopment/incognito/releases)
|
[Issues](https://github.com/jonesdevelopment/incognito/issues)
|
[Pull Requests](https://github.com/jonesdevelopment/incognito/pulls)
|
[Discord](https://jonesdev.xyz/discord)
|
[License](https://github.com/jonesdevelopment/incognito/?tab=readme-ov-file#license)
## Goal
* Ability to customize CPU information (name, model, vendor, logical/physical core count, etc.)
* Ability to customize GPU information (model, vendor, driver version, etc.)
Since Incognito changes spoofs how the CPU/GPU is detected, this will work with other mods, e.g., BetterF3.
*Note: This mod requires both [Cloth Config API]() and [Mod Menu]() to be installed.*
## Why?
Privacy and anonymity! It's as simple as that.
Incognito prevents a single screenshot, clip, live stream, or video from exposing your real computer hardware specifications.
This hardware information is commonly used for [fingerprinting]().
If you value your digital privacy and don't want people tracking you based on your computer hardware, consider giving it a try.
Even if you don't care about the privacy aspect(s), it's still a fun tool to play around with.
## License
Incognito is licensed under the [GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).
## Credits
- Special thanks to the [contributors of Incognito](https://github.com/jonesdevelopment/incognito/graphs/contributors).
- The codebase is [fabric-example-mod]().
*Note: This mod is a proof of concept.*