Note: Image generation models still not implemented, just the UI elements added.
A privacy-first, cross-platform, open-source desktop AI assistant for all
One Next-Gen AI Chat for all your needs.
PINAC Workspace is a modern-looking privacy-first AI chat for desktops, seamlessly blending Electron and React for a modern user experience. Unlock the full potential of AI with unparalleled simplicity and user-friendliness, while enjoying ultimate freedom and privacy.
PINAC Workspace simplifies AI use for everyone, allowing users to get high-quality results without complex prompts. Our easy-to-use beautiful desktop app allows you to express your needs in simple language and it applies the expert-level prompt on top of it after identifying the user's specific requirement so that users receive optimal outcomes. This empowers users to tap into powerful AI capabilities, saving time and boosting creativity across various fields.
Introducing our distraction-free, user-friendly app interface with three stunning themes. It is designed to help you stay focused and productive. it comes with three themes,
Overview of File Structure to Help You Get Started.
.
├── public /
├── index.html
|
├── electron /
| ├── main.ts
| ├── preload.ts
| ├── prompts.ts
| └── model /
|
└── src /
├── App.tsx
├── App.css # All element's colors theme-wise
├── database /
| └── db.ts
|
├── components / # common components
| ├── styles /
| ├── MarkdownStyle.tsx
| ├── Menubar.tsx
| ├── Sidebar.tsx
| └── ThemeToggle.tsx
|
├── context /
| ├── StopTextGeneration.ts
| ├── SubPage.tsx
| ├── ThemeMode.tsx
| └── ThemeStyle.tsx
|
├── features /
| ├── aboutUs /
| ├── authentication /
| ├── header /
| ├── inputPanel /
| ├── msgBubble /
| ├── profile /
| ├── settings /
| ├── authentication /
| └── welcomeText /
|
└── pages /
├── styles /
├── Home.tsx
└── Login.tsx
-
Clone the Repository
git clone https://github.com/pinacai/PINAC_Workspace.git && cd PINAC_Workspace
-
Install Node dependencies
npm install
-
Start the App
npm run dev
We highly welcome contributions! Please follow the steps if you're interested.
- Star the repository
- Fork the repository on GitHub.
- Clone the project to your machine.
- create you own branch.
- Commit changes to your branch.
- Push your work back up to your fork.
- Submit a Pull request so that we can review your changes
PINAC Workspace is licensed under the GPL-3.0 license. See the LICENSE file for more details.
Thanks to our contributors, we have received huge support from the open-source community.
We are also building the website for PINAC_Workspace. If you want to contribute to it visit our repository PINAC-Web