AIOne is an all-in-one AI application providing access to multiple AI models, including ChatGPT, Gemini, and Claude. The app is built using Electron, React, Webpack, and packaged using Electron Forge.
- ChatGPT: The most powerful AI language model to assist with a wide range of tasks.
- Gemini: A next-generation AI for creative and technical needs.
- Claude: Cutting-edge AI technology designed for intelligent and precise tasks.
To download the installer for the app, click the link below:
-
Ensure you have Docker installed on your machine. You can download it from Docker's official website.
-
Clone this repository to your local machine:
git clone https://github.com/SUMExXx/AIOne.git cd AIOne -
Open the project in your IDE (e.g., Visual Studio Code) and open the dev container configuration by clicking on Reopen in Container if you're using VS Code.
-
Docker will build and start the development environment inside the container.
-
After the container is ready, install the necessary dependencies:
npm install
-
To start the development server, run:
npm start
-
Clone this repository to your local machine:
git clone https://github.com/SUMExXx/AIOne.git cd AIOne -
Install the necessary dependencies:
npm install
-
To start the development server, run:
npm start
- Frontend: React, Webpack, Tailwind CSS
- Backend: Electron (for packaging and running the app as a desktop application)
- AI Models: ChatGPT, Gemini, Claude
We welcome contributions to improve the project. If you have suggestions or want to report bugs, please feel free to open an issue or submit a pull request.
- Fork this repository.
- Create a new branch for your feature (
git checkout -b feature-xyz). - Commit your changes (
git commit -am 'Add feature xyz'). - Push to the branch (
git push origin feature-xyz). - Create a new Pull Request.
This project is open source and available under the MIT License.