Skip to content
@vynkor-core

vynkor-core

Plugin kernel for your personal cloud — one daemon, any language, any device. Rust + C++ + Python SDKs, supervised plugins over UDS.

Vynkor

Your personal cloud. One kernel, any language, any device.

A tiny Rust daemon (vyn) that turns a laptop into a private cloud. Plugins — AI, storage, automations — run as isolated processes over Unix sockets. Your phone becomes a remote device. No vendor, no cloud account.

Ecosystem

Repo Binary What it does
vynkor vyn Plugin kernel — process supervisor, IPC router (UDS), REST/WebSocket + JWT
vynkor-wire Wire protocol — framing, MAC, Protobuf types. Single source of truth
vynkor-manager vynm Plugin manager — installs/updates from registries via signed artifacts + drop-ins
vynkor-sdk Rust SDK — Plugin trait + async client (UDS/WebSocket)
vynkor-sdk-cpp C++ SDK — Plugin + client, parity with Rust
vynkor-sdk-python Python SDK — Plugin + asyncio client, parity with Rust
vynkor-plugins Official plugins and registry index consumed by vynm
vynkor-client-android Android companion — phone as remote device (my-phone.* over WebSocket)

One config ~/.config/vyn/config.yaml for both vyn and vynm. Plugins in ~/.local/lib/vyn/plugins/, socket at $XDG_RUNTIME_DIR/vyn.sock.

Quick start

cargo install vynkor           # provides `vyn`
vyn start
cargo install vynkor-manager   # provides `vynm`
vynm search ai

Docs

Pinned Loading

  1. vynkor vynkor Public

    Plugin kernel for Vynkor (binary `vyn`) — Rust daemon that supervises plugin processes, routes IPC over Unix sockets, and exposes REST/WebSocket with JWT auth

    Rust 1

  2. vynkor-manager vynkor-manager Public

    Plugin manager for Vynkor (binary `vynm`) — installs, updates and removes plugins from registries using signed artifacts and kernel drop-ins

    Rust

  3. vynkor-plugins vynkor-plugins Public

    Official plugins and registry for Vynkor — collection of plugins and the registry index consumed by `vynm` for search and install

    Rust 1

  4. vynkor-wire vynkor-wire Public

    Shared wire protocol for Vynkor — framing, MAC, socket defaults and Protobuf types used by the kernel and all SDKs. Single source of truth for IPC

    Rust 1

  5. vynkor-sdk vynkor-sdk Public

    Rust SDK for Vynkor — `Plugin` trait and async client for writing plugins that communicate with the kernel over UDS and WebSocket

    Rust 1

  6. vynkor-client-android vynkor-client-android Public

    Android companion for Vynkor — device agent that exposes phone capabilities as remote plugins to a paired host kernel over WebSocket

    Kotlin 1

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…