No description
Find a file
2024-07-30 16:51:48 -05:00
chatgpt.min.js Add files via upload 2024-06-02 13:38:00 +00:00
forge.config.js Add files via upload 2024-06-02 13:29:57 +00:00
index.html Add files via upload 2024-06-02 13:38:00 +00:00
itworks.html Add files via upload 2024-06-02 13:29:57 +00:00
LICENSE.md Update LICENSE.md 2024-07-30 16:51:48 -05:00
logo.png Add files via upload 2024-06-02 13:29:57 +00:00
main.js Add files via upload 2024-06-02 13:29:57 +00:00
package.json Add files via upload 2024-06-02 13:29:57 +00:00
preload.js Add files via upload 2024-06-02 13:29:57 +00:00
README.md Update README.md 2024-06-02 13:31:42 +00:00
renderer.js Add files via upload 2024-06-02 13:29:57 +00:00
styles.css Add files via upload 2024-06-02 13:29:57 +00:00

ScureGPT

Secure ChatGPT interfacing powered by electron.

Supports compiling via electron packager. Install and run it with:

npm install --save-dev electron-packager
npm run make

Keep in mind you also need a copy of the WINE project and need to be on Linux.

A basic Electron application needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.
  • preload.js - A content script that runs before the renderer process loads.

To Use

To clone and run this repository you'll need Node.js (which comes with npm) installed on your computer. From your command line:

# Install dependencies
npm install
# Run the app
npm start

License

SPL-R5