Files
puter/src/emulator
Daniel Salazar 11e057557d
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
test / backend (node env, api-test) (22.x) (push) Has been cancelled
test / puterjs (browser env, playwright) (22.x) (push) Has been cancelled
test / puterjs (node env, vitest) (22.x) (push) Has been cancelled
fix: eslint autofixable errors (#2002)
2025-11-21 13:22:19 -08:00
..
2024-09-25 21:45:03 -04:00
2024-10-11 18:14:38 -04:00
2025-10-08 19:25:53 -04:00
2025-11-13 21:01:48 -05:00
2024-09-30 16:50:03 -04:00

Puter Emulator

To run locally:

  1. Build the image in image/:
    • ./build-epoxy.sh or provide a musl+i686 epoxy in assets/
    • ./build.sh
  2. Build the v86 frontend: npm run start-webpack
  3. Build and run a local epoxy in submodules/epoxy-tls/server/ or some other wisp server for the guest networking
  4. Run Puter and log in as admin, then open the puter-linux app via URL
  5. Optionally open the Terminal app if you want to test out the v86 integration