Free & Open Source

WriteOS

The developer's note-taking app. Fast, minimal, and built for your workflow.

Windows
macOS
Linux

Built for developers

Everything you need to capture thoughts, document code, and stay organized.

Markdown Native

Write in Markdown with syntax highlighting, code blocks, and live preview.

Lightning Fast

Built with performance in mind. Open notes instantly, search in milliseconds.

Privacy First

Your notes stay on your machine. Fully encrypted, completely private.

Plugin System

Extend functionality with plugins. Build your perfect note-taking environment.

Cross-Platform

Native apps for Windows, macOS, and Linux. Your notes everywhere you code.

Git Integration

Version control built-in. Track changes, branch, and collaborate seamlessly.

Your notes, your way

Markdown, code snippets, or plain text. WriteOS adapts to your style.

architecture.md
# Project Architecture

## Components
- **Database**: PostgreSQL with connection pooling
- **Cache**: Redis for session management
- **API**: RESTful endpoints with rate limiting

```typescript
interface ApiResponse<T> {
  data: T;
  error?: string;
  timestamp: Date;
}
```

## Deployment
Deploy to production with zero downtime using blue-green strategy.

Ready to level up your notes?

Join thousands of developers who've made WriteOS their daily driver. Free forever, open source, and built with ❤️ for the community.

Git Integration
Pluginable
Cross-platform