Skip to content

Using Py3REPL or Py3IDE without internet

Erkhemee edited this page Aug 1, 2026 · 3 revisions

There are 2 ways

... to run SUPY3 without network

1st way: by PWA (Progressive Web Application) - Fast & simple

  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 - Most robust option

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

DONE!