Skip to content

Conversation

@Intina47
Copy link
Owner

Motivation

  • Provide an alternative distribution method so users can install Context Sync via a one-line curl | bash flow for environments where invoking npm directly is less convenient.
  • Preserve the existing global install behavior and auto-config pathway while making installation easier to discover and run.

Description

  • Add a portable bash installer at bin/install.sh that checks for node and npm, supports pinning a release via CONTEXT_SYNC_VERSION, and runs npm install -g "@context-sync/server${VERSION_SUFFIX}".
  • Document the new curl install option and system requirements in README.md with the example curl -fsSL https://raw.githubusercontent.com/Intina47/context-sync/main/bin/install.sh | bash command and Node/npm requirement.
  • Note the new curl-based installer in docs/RELEASE_NOTES.md and clarify that the curl installer wraps the same npm global install flow.

Testing

  • No automated tests were executed for this change.

Codex Task

Repository owner deleted a comment from chatgpt-codex-connector bot Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants