This is a web-based IRC client application developed using React that connects directly to IRC servers using WebSocket.
- Direct Connection - Connect to IRC servers directly via WebSocket without a backend service
- Modern UI - Clean, responsive interface built with Tailwind CSS and shadcn/ui
- Dark Mode - Beautiful dark theme with OKLCH color space
- Internationalization - Multi-language support with i18next
- Channel Management - Easy channel navigation and management
- User Interaction - Private messages, WHOIS, and context menus
pnpm installStart the development server:
pnpm run devThe application will be available at http://localhost:5173
Run using Docker:
docker build -t simple-irc-client .
docker run -p 5173:5173 simple-irc-clientThe application will be available at http://localhost:5173
- Simple-Irc-Client - Main project organization
If you find a bug or have a feature request, please open an issue on GitHub.
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
The AGPL-3.0 license ensures that if you modify and deploy this software over a network, you must make the complete source code available to users.
Authors: