Your AI assistant. Private, fast, and completely offline.
Download β’ Features β’ Getting Started β’ Contributing
Lowkey is a privacy-first AI assistant that runs entirely on your device. No internet required, no data sent to the cloudβjust pure, local AI power at your fingertips. Built with latest tech and designed with a minimal, Apple-inspired aesthetic, Lowkey brings enterprise-grade AI capabilities to your desktop without compromising your privacy.
- 100% Private - Your conversations never leave your device
- Lightning Fast - Local processing means instant responses
- Works Offline - No internet connection required
- Open Source - Full transparency, community-driven development
- Cross-Platform - Available for macOS, Windows, and Linux
All processing happens on your device. Your data, your control. No cloud servers, no data collection, no tracking.
Local inference means zero latency. Get instant responses without waiting for API calls or network delays.
Native apps for Windows, and Linux. Consistent experience across all your devices.
Clean, minimal interface inspired by Apple's design language. Dark mode support included.
Support for multiple local AI models including LLaMA, Mistral, and more. Choose the model that fits your needs.
Tailor the experience to your workflow. Custom prompts, themes, and keyboard shortcuts.
Get Lowkey for your platform:
| Platform | Download |
|---|---|
| πͺ Windows | Download for Windows |
| π§ Linux | Download for Linux |
-
Clone the repository
git clone https://github.com/askpext/Lowkey.git cd Lowkey -
Install dependencies
pnpm install # or npm install # or yarn install
-
Run the development server
pnpm dev # or npm run dev # or yarn dev
-
Open your browser
Navigate to http://localhost:3000 to see the app.
pnpm build
pnpm startWe use Electron to create native desktop applications:
# Build for your current platform
pnpm build:electron
# Build for specific platforms
pnpm build:mac
pnpm build:windows
pnpm build:linuxWe welcome contributions from the community! Here's how you can help:
- π Report Bugs - Found a bug? Open an issue
- π‘ Suggest Features - Have an idea? We'd love to hear it
- π Improve Documentation - Help make our docs better
- π§ Submit PRs - Fix bugs or add features
- Fork the repository
- Create a feature branch
git checkout -b feature/amazing-feature
- Make your changes
- Commit with clear messages
git commit -m "feat: add amazing feature" - Push to your fork
git push origin feature/amazing-feature
- Open a Pull Request
We follow Conventional Commits:
feat:- New featuresfix:- Bug fixesdocs:- Documentation changesstyle:- Code style changes (formatting, etc.)refactor:- Code refactoringtest:- Adding or updating testschore:- Maintenance tasks
Lowkey is built with privacy as the foundation:
- No Telemetry - We don't collect any usage data
- No Analytics - No tracking scripts or third-party services
- No Cloud - All processing happens locally on your device
- Open Source - Full transparency, audit the code yourself
- Encrypted Storage - Your conversations are encrypted at rest
Lowkey runs entirely on your device, meaning your conversations are 100% private. ChatGPT requires an internet connection and sends your data to OpenAI's servers.
We will support popular open-source models in future, for now Qwen.
Yes! Once you've downloaded a model, Lowkey works completely offline.
Minimum 2GB RAM, though 4GB is recommended for larger models. Most modern computers from the last 5 years will be cool.
Need help? Here's how to get support:
- π§ Email - contact@pext.org
Lowkey is open source software licensed under the MIT License.
MIT License
Copyright (c) 2024 Lowkey
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Built with love by the Lowkey team and contributors.
Special thanks to:
- LLaMA.cpp for efficient LLM inference
- Next.js for the amazing framework
- The open-source AI community
```
