Skip to content

Using Py3REPL or Py3IDE without internet

Erkhemee edited this page Jul 24, 2026 · 3 revisions

There are 2 ways

... to run Py3 without network

1st way: by PWA (Progressive Web Application)

  1. Go to REPL or IDE
  2. On Chrome or Edge ...
  • at PC, look for the "Install" icon (three squares with a plus) in the address bar and click on it
  • at mobile or tablet, press details button (three lines button) and look for the "Install" button

DONE!

2nd way: by Offline package

  1. Go to releases page and select latest one
  2. Click at offline.zip
  • if you can't find it, there's Assets button. Click on it to see offline.zip
  1. Press at offline.zip to download the zip
  2. Extract offline.zip whatever you want to.
  3. Install HTTP local file server
  • Recommended: My made simple-server to host it! Free, no data collection, no ads!
  1. On your server app, select host folder to folder that has offline.zip you extracted
  2. Press open to browser button in your server app (if it's there)

DONE!*

Clone this wiki locally