Colanode: Open-Source, Local-First Collaboration Workspace for Teams
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Colanode is an open-source, local-first collaboration platform designed as an alternative to Slack and Notion. It prioritizes data privacy and control, offering features like real-time chat, rich text pages, customizable databases, and file management. Users can self-host the platform or utilize its beta cloud services for flexible deployment.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Colanode is an innovative open-source, local-first collaboration workspace designed to be a powerful alternative to platforms like Slack and Notion. It empowers users with full control over their data, prioritizing privacy and flexibility. Built with a local-first approach, Colanode ensures seamless team communication, organization, and project management, whether online or offline. It leverages Conflict-free Replicated Data Types (CRDTs) for robust real-time collaboration.
Installation
Getting started with Colanode offers several flexible options:
- Web App: The easiest way to begin is by accessing the web app instantly at app.colanode.com. No installation is required, simply log in.
- Desktop App: For optimal performance, you can install the dedicated desktop application, available from the official downloads page.
- Self-Hosting: For those who prefer to host their own server, Colanode provides comprehensive documentation and configurations. You can find Docker Compose files in the
hosting/docker/folder and Kubernetes Helm charts inhosting/kubernetes/within the GitHub repository. This setup requires Postgres with pgvector, Redis, and a storage backend (local filesystem, S3-compatible, Google Cloud Storage, or Azure Blob Storage). - Local Development: To run Colanode in a development environment, clone the repository, install dependencies with
npm install, and then start the server, web, or desktop apps usingnpm run devin their respective directories. Local dependencies like Postgres and Redis can be spun up using Docker Compose.
Examples
Colanode provides an all-in-one suite of tools for various collaboration needs:
- Real-Time Chat: Engage in instant messaging with teams and individuals, keeping communication fluid and efficient.
- Rich Text Pages: Create and manage documents, wikis, and notes using an intuitive editor, offering a similar experience to Notion.
- Customizable Databases: Organize information effectively with structured data, custom fields, and dynamic views such as tables, kanban boards, and calendars.
- File Management: Securely store, share, and manage files within your workspaces, ensuring easy access and organization.
Why Use Colanode
Colanode stands out as a compelling choice for collaboration due to several key advantages:
- Data Privacy and Control: Its local-first and self-hosted model ensures that you retain full ownership and control over your data, a critical aspect often missing in proprietary solutions.
- Offline Capability: Work uninterrupted even without an internet connection. All changes are saved locally first and then synchronized to the server when connectivity is restored.
- Seamless Real-Time Collaboration: Powered by Yjs and CRDTs, Colanode allows multiple users to edit pages or database records concurrently, with the system gracefully merging all updates without conflicts.
- Comprehensive All-in-One Platform: It integrates essential collaboration tools, including chat, document creation, and database management, into a single, cohesive environment.
- Open-Source Transparency: Being open-source, Colanode offers transparency, allowing users to inspect the code, contribute, and benefit from community-driven development.
Links
- GitHub Repository: https://github.com/colanode/colanode
- Official Website: https://colanode.com
- Web App: https://app.colanode.com
- Discord Community: https://discord.gg/ZsnDwW3289
- Twitter: https://x.com/colanode
Related repositories
Similar repositories that may be relevant next.

CyberVerse: Self-Hosted Real-Time Digital Human Agent Platform
September 18, 2026
CyberVerse is an open-source, self-hosted platform for building real-time digital human agents. It leverages WebRTC, persona memory, tools, and RAG to create voice-first AI agents, with optional digital-human video capabilities. This powerful framework allows developers to create highly interactive and lifelike AI companions.

holaOS: The Open-Source Agentic Workspace for Enterprises
September 10, 2026
holaOS is an open-source, local-first agentic workspace designed for enterprises, enabling seamless integration of existing systems, chat tools, and applications with shared memory. It supports various AI agents and models, offering a highly customizable environment where data remains on local machines. This platform simplifies the setup of powerful AI-driven workflows, connecting to over 100 services.

Agent Factory: Generate AI Agents with Natural Language Descriptions
September 3, 2026
Agent Factory, developed by Mozilla-AI, is a powerful tool designed to generate AI agents and workflows. It allows users to describe tasks in natural language, which it then transforms into executable Python code for agentic workflows. Leveraging the Model Context Protocol (MCP) and the any-agent library, it simplifies the creation of complex AI solutions.

TrueForge: The Open-Source Agent Harness for LLM-Powered Agents
September 1, 2026
TrueForge is an open-source agent harness designed to transform large language models (LLMs) into fully functional agents. It provides the essential runtime layer, handling complex aspects like streaming, session persistence, tool servers, and sandboxing. Developers can leverage TrueForge to build and deploy robust, scalable AI agents with ease.
Source repository
Open the original repository on GitHub.
16 counted GitHub visits