DjangoStudentManagement you can find exe file in dist/ directory in root. if you want to run your local files instead of remote go to index.js in root mainWindow.loadURL("https://djangostudentmanagement.onrender.com/") change this to mainWindow.loadURL("http://127.0.0.1:8000/") for seeing updates you need to run npx electron-builder build in root for viewing offline code yu need to just run bat file in root. if there is error remove node_modules and run npm i again npx electron-builder build add see if it works in case there is error in django use pip install -r requirement.txt in root