Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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.

About

Organization profile for Vynkor — your personal cloud

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors