WinGPT is a powerful application that leverages AI technology to provide users with an intuitive and efficient experience on Windows platforms. With a wide range of features, WinGPT is designed to streamline your daily tasks. https://yixboost.github.io/wingpt/
- Features
- Installation
- System Requirements
- Download
- Source Code
- Running from Source Code
- License
- Contributing
- Questions or Suggestions
-
🌟 Intuitive User Interface: A user-friendly interface designed for seamless navigation, allowing users to easily access all features and settings.
-
🚀 Auto-Launch Functionality: Automatically starts with Windows, ensuring quick access to your favorite AI tools without manual intervention.
-
🛠️ Developer Tools Access: Easily access Chrome DevTools from the settings menu to inspect elements, debug scripts, and analyze performance. Simply navigate to Settings → 🛠️ Devtools.
-
🔲 Fullscreen Mode: Enjoy a distraction-free experience by entering fullscreen mode. Toggle it on or off via Settings → 🔲 Toggle Fullscreen.
-
🌐 Network Status Check: Automatically checks your internet connection status. If online, it loads the main application; if offline, it switches to an offline page, ensuring you always have a responsive interface.
-
🤖 AI Bots Selection: Choose from various AI bots, including:
- 🟢 ChatGPT: Access ChatGPT for engaging conversations.
- 🟣 Google Gemini: Explore capabilities of Google’s AI.
- 🟠 Claude: Interact with Claude for various tasks.
- 🔵 You.com: Utilize You.com for search-related AI tasks.
- ⚫ Blackbox.ai: Leverage Blackbox.ai for advanced AI queries.
- 🔴 Perplexity: Interact with Perplexity for insightful AI-powered responses.
- 🟡 Jasper: Generate creative and engaging content with Jasper’s AI.
- 🟣 DeepL Write: Access advanced translation and writing assistance through DeepL Write.
- 🔵 QuillBot: Utilize QuillBot for effective paraphrasing and writing support.
- 🟢 Poe by Quora: Explore diverse conversational experiences with Poe by Quora.
- 🔴 MidJourney: Create stunning visuals using AI with MidJourney.
- 🟡 Copy.ai: Leverage Copy.ai for efficient marketing and copywriting solutions.
- 🟠 Writesonic: Craft high-quality content effortlessly with Writesonic.
-
🔄 Reload Page: Refresh the current page quickly using the reload option in the menu.
-
🔽 Minimize Window: Minimize the application window for easy access later without closing it completely.
-
❎ Close Application: Exit the application cleanly with the close option available in the settings menu.
-
❇️ Clear Site Data: Reset all stored data (cookies, cache, etc.) with a single click to ensure privacy and troubleshoot issues.
-
🔃 Reset Default Bot: Revert to the default settings and bot selection whenever needed, providing a fresh start without having to reinstall the application.
-
📈 Version Display: Easily view the current version of the application within the settings menu, ensuring you're always updated.
-
🔄 Menu Visibility Toggle: Quickly toggle the menu bar visibility by pressing the "Alt" key, giving you more space for the main content when needed.
- Download the ZIP files from the release.
- Extract the
wingpt-windows.zip
file to your desired location. - Double-click on
WinGPT Setup {version-name}.exe
to install the application.
- Windows 10 or higher
- At least 4 GB of RAM
- 300 MB of available disk space
If you prefer to run WinGPT from the source code instead of the compiled application, follow these steps:
Ensure you have the following installed on your system:
- Clone the Repository:
Open your terminal or command prompt and run the following command to clone the repository:
git clone https://github.com/Yixboost/WinGPT.git
- Navigate to the Project Directory:
Change to the project directory:
cd WinGPT
- Install Dependencies:
Install the required dependencies using NPM:
npm install
- Run the Application:
Start the application by running:
npm start
After executing the above command, the WinGPT application should launch, and you can start using it directly from the source code.
Make sure to check the terminal output for any errors during the installation process and resolve them as needed. If you encounter issues, feel free to open an issue on GitHub.
This project is licensed under the GNU license - see the LICENSE file for details.
Contributions are welcome! If you would like to contribute, please fork the repository and create a pull request with your changes.
For questions or suggestions, feel free to create an issue on GitHub!