awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
easychen avatar

easychen/CookieCloud

0
View on GitHub↗
2,884 stars·256 forks·TypeScript·gpl-3.0·26 viewscc.ft07.com↗

CookieCloud

CookieCloud is a system for synchronizing encrypted browser cookies and local storage across multiple devices using a self-hosted server. Its primary purpose is to maintain authenticated session states across different browser installations without the need for repeated manual authentication.

The project employs a client-side end-to-end encryption model, ensuring that sensitive data is encrypted and decrypted locally on the device so the synchronization server only handles ciphertext. It distinguishes itself by providing automated session maintenance, which periodically refreshes specific website sessions in the background to prevent login cookies from expiring.

The system includes capabilities for domain filtering via keywords to limit which cookies are synchronized and a web API for recovering session states within headless browsers or external automation scripts.

Users can deploy the required backend synchronization server using containers or specific runtime environments.

Features

  • Cross-Device State Synchronization - Synchronizes encrypted cookies and local storage across multiple browser installations to mirror session states.
  • Self-Hosted Synchronization Servers - Utilizes a self-hosted server as a central relay for distributing encrypted session data between devices.
  • End-to-End Encryption - Ensures that browser cookies are encrypted locally on the device so the sync server never sees plaintext data.
  • Cookie Synchronization - Synchronizes encrypted browser cookies and local storage across multiple devices via a private server.
  • Self-Hosted Remote Management Servers - Runs a private server to store and distribute encrypted browser session data for user-controlled management.
  • Cookie Refreshers - Implements background site refreshing to automatically extend the lifespan of authentication cookies.
  • Session-Cookie Persistences - Prevents session expiration by periodically refreshing cookies through background page loads.
  • Cookie Session Maintenance - Automatically prevents authentication cookies from expiring by periodically refreshing target website sessions.

Star history

Star history chart for easychen/cookiecloudStar history chart for easychen/cookiecloud

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with CookieCloud

These projects share indexed features with CookieCloud. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • adil192/saberadil192 avatar

    adil192/saber

    4,533View on GitHub↗

    Saber is a cross-platform handwriting application and digital ink organizer designed for creating, storing, and managing handwritten notes. It functions as an encrypted note synchronization tool that keeps private content consistent across phones, tablets, and computers. The application features a handwriting interface framework that supports digital document annotation and a hierarchical file system for arranging notes into nested folders. It utilizes client-side end-to-end encryption to secure data before transmission and synchronizes state across devices via a cloud relay. The system incl

    Dart
    View on GitHub↗4,533
  • vrtmrz/obsidian-livesyncvrtmrz avatar

    vrtmrz/obsidian-livesync

    9,447View on GitHub↗

    This project is a synchronization plugin that mirrors notes, settings, and vault data across multiple devices. It functions as a self-hosted vault synchronizer, allowing users to maintain a personal knowledge base using a user-owned server. The system utilizes a CouchDB synchronization layer to maintain consistent document states across peers. Security is handled through end-to-end encryption, which encrypts vault content locally before transmission to ensure privacy on remote storage. The replication model supports both self-hosted data replication and peer-to-peer data transfer. It manages

    TypeScript
    View on GitHub↗9,447
  • steveseguin/vdo.ninjasteveseguin avatar

    steveseguin/vdo.ninja

    3,910View on GitHub↗

    VDO.Ninja is a low-latency peer-to-peer media routing service and video streaming platform designed to integrate remote audio and video feeds into professional production workflows. It functions as a WebRTC broadcast integration tool and studio controller, allowing for the direct transmission of high-definition media between publishers and viewers with minimal delay. The platform distinguishes itself through extensive protocol bridging, converting between WebRTC, WHIP, WHEP, SRT, and RTMP to ensure compatibility across diverse network environments and professional studio software. It includes

    JavaScriptlivelow-latencyninja
    View on GitHub↗3,910
  • pixie-io/pixiepixie-io avatar

    pixie-io/pixie

    6,467View on GitHub↗

    Pixie is an open-source observability platform for Kubernetes that uses eBPF to automatically capture telemetry data from clusters without requiring any manual instrumentation or code changes. It functions as an eBPF telemetry collector, a continuous application profiler, a network traffic analyzer, and a scriptable telemetry query engine, all within a single Kubernetes-native tool. The platform distinguishes itself through several integrated capabilities. It continuously samples stack traces from compiled-language code to identify CPU performance bottlenecks, visualizing the results as inter

    C++
    View on GitHub↗6,467
Compare all 30 related projects→

Frequently asked questions

What does easychen/cookiecloud do?

CookieCloud is a system for synchronizing encrypted browser cookies and local storage across multiple devices using a self-hosted server. Its primary purpose is to maintain authenticated session states across different browser installations without the need for repeated manual authentication.

What are the main features of easychen/cookiecloud?

The main features of easychen/cookiecloud are: Cross-Device State Synchronization, Self-Hosted Synchronization Servers, End-to-End Encryption, Cookie Synchronization, Self-Hosted Remote Management Servers, Cookie Refreshers, Session-Cookie Persistences, Cookie Session Maintenance.

Which projects share features with easychen/cookiecloud?

Projects with overlapping indexed features include: adil192/saber — Saber is a cross-platform handwriting application and digital ink organizer designed for creating, storing, and… vrtmrz/obsidian-livesync — This project is a synchronization plugin that mirrors notes, settings, and vault data across multiple devices. It… steveseguin/vdo.ninja — VDO.Ninja is a low-latency peer-to-peer media routing service and video streaming platform designed to integrate… pixie-io/pixie — Pixie is an open-source observability platform for Kubernetes that uses eBPF to automatically capture telemetry data… codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… frigadehq/remote-storage — Remote-storage is a synchronization library that mirrors local browser state to a remote server, enabling consistent…