Patchcord Documentation

Welcome to the official Patchcord documentation. Patchcord is a modern, developer-focused IRC client built with Next.js and Tauri.

Quick Start

Installation

  1. Download the latest release from GitHub Releases
  2. Install the application for your platform
  3. Launch Patchcord and connect to your favorite IRC server

Building from Source

git clone https://github.com/hijak/patchcord-desktop.git
cd patchcord-desktop
pnpm install
pnpm dev

Getting Help

Features Overview

πŸ”’ Secure Storage

Passwords and sensitive data are stored securely using your operating system’s native keychain/credentials manager.

πŸ“‘ IRCv3 Support

Modern IRC capabilities including message-tags, server-time, batch, invite-notify, and echo-message.

🎨 Beautiful UI

Clean, modern interface designed for developers with dark/light theme support.

⚑ Native Performance

Built with Tauri for lightweight, fast desktop applications.

πŸ”” Smart Notifications

Never miss important messages with tab flash and desktop notifications.

🎯 Developer Focused

Keyboard shortcuts, raw IRC logging, and command palette for power users.

🌈 Customizable Themes

20+ terminal-inspired color themes to match your workflow.

πŸ“± Responsive Design

Works seamlessly on desktop and mobile browsers.

Keyboard Shortcuts

Shortcut Action
Ctrl+B Toggle sidebar
Alt+U Toggle user list
Ctrl+F Open search
Ctrl+, Open settings
Escape Close modals/panels

System Requirements

Platform Minimum Requirements
Windows Windows 10 or later, 4GB RAM
macOS macOS 11.0 or later, 4GB RAM
Linux GTK 3.20+, WebKit2GTK 4.1+, 4GB RAM

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

Patchcord is licensed under the MIT License.


Copyright © 2024 Patchcord. Distributed under the MIT License.

This site uses Just the Docs, a documentation theme for Jekyll.