Skip to content

RajeshTechForge/pinac_workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Welcome to Pinac Workspace

Privacy-first, cross-platform & open-source desktop AI assistant for everyone



PINAC Workspace is a minimalist-designed & lightweight desktop AI chat experience built with Tauri & React and powered by python FastAPI backend. It is designed for people who want flexibility, speed, security and control over their data with minimum load on RAM.

Whether you prefer local models with Ollama or cloud models via API keys, PINAC Workspace gives you a clean, productive interface without compromising privacy.

What to expect

  • Lightweight & Fast: Minimal resource usage for a smooth experience on any machine.
  • Model freedom: Use local models (Ollama) or cloud models based on your workflow.
  • Privacy by design: Conversations and data stay on your machine.
  • Cross-platform desktop UX: Fast, responsive interface built for daily use.
  • Secure sign-in: Firebase Authentication for secure account access.
  • Local RAG support: Connect to local vector databases for private knowledge retrieval.
  • Real-time web search: Bring fresh, up-to-date context into conversations.
  • Local chat history: Revisit and continue previous chats anytime, built on sql-lite.

Quick Start

  1. Clone the repository:
git clone https://github.com/RajeshTechForge/pinac_workspace.git
cd pinac_workspace/desktop
  1. Install dependencies:
npm install
  1. Start the app:
# for desktop app with Tauri
npm run tauri dev

Finding old versions ?

Checkout build/electron branch for the old Electron-based version of PINAC Workspace. This branch contains the previous implementation before we switched to Tauri for better performance and security. Also you can find in release section of this repository for the old releases.

Contributing

Contributions are always welcome, whether you are fixing bugs, improving UX, or proposing new features.

Please read the Contributing Guidelines to get started.

License

Distributed under the MIT License. See LICENSE for details.

Contributors

Thanks to everyone who supports and improves this project.

Project contributors

Built with ❤️ for a better AI future by @RajeshTechForge