- AI-Powered Workflows: Intelligent email sorting, summarization, and response suggestions
- Lightning Fast: Built on Electron for native-like performance across platforms
- Beautiful UI: Clean, intuitive interface with customizable themes
- Privacy Focused: Your data stays on your device with local processing options
- Open Source: Community-driven development, free forever
# Clone the repository
git clone https://github.com/usemox/mox.git
cd mox
# Install dependencies with Bun
bun install
# Start the development server
bun run dev
# Format code
bun run format
# Lint code
bun run lint
# Type check
bun run typecheck
# Run all checks (lint, format, typecheck)
bun run check
# For Windows
bun run build:win
# For macOS
bun run build:mac
# For Linux
bun run build:linux
Mox is built with modern technologies:
- Electron: Cross-platform desktop runtime
- React: UI framework with functional components
- TypeScript: Type-safe JavaScript
- TailwindCSS: Utility-first CSS framework
- MobX: State management
- Drizzle ORM: Database interactions
- AI SDK: Integration with various AI providers
We welcome contributions of all kinds! See our contributing guide to get started.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.