Modified version to have access to internals for mcp tools https://github.com/bitburner-official/bitburner-src
  • TypeScript 97.4%
  • JavaScript 2.3%
  • HTML 0.1%
Find a file
2026-06-23 00:10:09 +02:00
.github WORKFLOW: Allow specifying commit hash id when building artifacts (#2652) 2026-04-10 15:56:51 -07:00
assets UI: Update icon of DARKNET_BACKDOOR and DARKNET_DEPTHS achievements (#2480) 2026-02-08 08:40:35 -08:00
dist UI: Update icon of DARKNET_BACKDOOR and DARKNET_DEPTHS achievements (#2480) 2026-02-08 08:40:35 -08:00
electron ELECTRON: Fix issues in edge cases of using --export-save (#2590) 2026-04-02 23:57:25 -07:00
lore Fix tons of typos 2022-10-09 01:25:31 -04:00
markdown CORPORATION: Rework material production limit (#2683) 2026-04-28 15:50:40 -07:00
src engine: drop unused toggleSuppressErrorModals export 2026-05-10 20:39:18 +02:00
test JEST: Update tests related to calculateExp and clampNumber (#2713) 2026-05-01 15:24:19 -07:00
tools TOOLS: Ignore .DS_Store files when generating pages.ts (#2685) 2026-04-23 15:49:39 -07:00
.browserslistrc update browserlist 2022-04-12 14:59:53 -04:00
.dockerignore MISC: Dockerized Bitburner (#1891) 2025-01-04 23:28:08 -08:00
.editorconfig DOCUMENTATION: Use alternative fix for newline issue in IPvGO docs (#2350) 2025-10-15 11:58:11 -07:00
.eslintignore BLADEBURNER: Test cover action completion (#1695) 2024-10-21 20:33:56 -07:00
.eslintrc.js ELECTRON: Import correct cloud file when multiple exist (#2599) 2026-03-26 18:23:09 -07:00
.git_blame_ignore_revs MISC: Rename an aug (#1218) 2024-04-23 20:40:12 -04:00
.gitattributes Allow drag on character overview 2022-01-10 07:37:01 -05:00
.gitignore BLADEBURNER: Test cover action completion (#1695) 2024-10-21 20:33:56 -07:00
.nojekyll Disable Jekyll in GitHub Pages builds 2021-12-20 07:26:20 -05:00
.npmrc Add npm version support to build releases 2022-04-07 07:50:47 -04:00
.prettierignore CODEBASE: Generate display data for math notation at built time and remove runtime mathjax dependency (#2447) 2026-01-17 14:41:24 -08:00
.prettierrc Allow drag on character overview 2022-01-10 07:37:01 -05:00
.readthedocs.yaml MISC: Readthedocs configuration that redirects to this repo (#833) 2023-10-24 05:11:14 -04:00
api-extractor.json DOCUMENTATION: Fix errors and warnings shown by api-extractor (#1566) 2024-08-13 15:57:15 -07:00
babel.config.js fix sleeve memory bug 2021-09-08 23:47:34 -04:00
bitburner-debug engine: expose game internals for CDP agent harness 2026-05-09 10:16:55 +02:00
changelog.md v2.4.0 2023-07-30 22:08:36 -04:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-03-07 18:22:26 -05:00
CONTRIBUTING.md DOCUMENTATION: Use relative links instead of absolute links (#2521) 2026-02-21 11:58:15 -08:00
docker-compose.yml MISC: Dockerized Bitburner (#1891) 2025-01-04 23:28:08 -08:00
Dockerfile MISC: Dockerized Bitburner (#1891) 2025-01-04 23:28:08 -08:00
favicon.ico fix build 2022-01-27 20:44:50 -05:00
FixJSDOMEnvironment.ts UI: Expose theme as css custom props (#2380) 2025-11-03 16:58:09 -08:00
flake.lock engine: expose game internals for CDP agent harness 2026-05-09 10:16:55 +02:00
flake.nix flake: add packages.electron (real electron app, window shows) 2026-06-23 00:10:09 +02:00
jest.config.js JEST: Enable restoreMocks option and fix lint errors (#2333) 2025-10-04 14:38:50 -07:00
jest.polyfills.js CORPORATION: Add documentation (#1121) 2024-03-04 03:10:18 -08:00
license.txt Change license to Apache 2 with Commons Clause 2022-03-08 02:42:43 -08:00
package-lock.json DEPS: Update Electron (#2712) 2026-05-01 15:29:50 -07:00
package.json DEPS: Update Electron (#2712) 2026-05-01 15:29:50 -07:00
README.md DOCUMENTATION: Use relative links instead of absolute links (#2521) 2026-02-21 11:58:15 -08:00
requirements.txt Massive doc update 2023-01-06 14:43:09 +02:00
tsconfig.json CODE: Enable es2023 features (#870) 2023-10-23 04:49:12 -04:00
webpack.config.js fix: graceful fallback when git unavailable in nix sandbox 2026-05-22 17:14:14 +02:00

Bitburner

Join Discord

Build Status

Bitburner is a programming-based incremental game that revolves around hacking and cyberpunk themes. The game can be played at https://bitburner-official.github.io/ (release build), https://bitburner-official.github.io/bitburner-src/ (development build), or installed through Steam. The location of the release build may change in the near future.

See the frequently asked questions for more information. To discuss the game or get help, join the official Discord server.

Documentation

There are 2 types of documentation:

  • In-game documentation: It can be found in the Documentation tab. This is the best place to get up-to-date information. You can also read the web version at Documentation.
  • NS API documentation: It's generated from the TypeScript definitions. You can read it at API Documentation.

Anyone is welcome to contribute to the documentation by editing the source files and then making a pull request with your contributions. For further guidance, please refer to the "As A Documenter" section of CONTRIBUTING.

Contribution

There are many ways to contribute to the game. It can be as simple as fixing a typo, correcting a bug, or improving the UI. For guidance on doing so, please refer to the CONTRIBUTING document.

You will retain all ownership of the Copyright of any contributions you make, and will have the same rights to use or license your contributions. By submitting a pull request you agree to grant me perpetual, worldwide, non-exclusive, transferable, royalty-free, and irrevocable rights to use, publish, and distribute your contributions to the project. A formal Contributor's License Agreement will be drawn up in the future.

If you would like to make significant contributions to the project as a collaborator, please reach out in #suggestions or #development on Discord to help coordinate the effort.