Skip to main content

orphelix version

Display current Orphelix version and check for available updates from GitHub.

Usage

orphelix version

Example Output

Current Version

$ orphelix version

📦 Orphelix v1.2.3

Current version: 1.2.3
Node.js: v24.1.0
Platform: darwin (macOS)

 You are running the latest version

Update Available

$ orphelix version

📦 Orphelix v1.2.3

Current version: 1.2.3
Node.js: v24.1.0
Platform: darwin (macOS)

📦 New version available: v1.3.0 (current: v1.2.3)

Release notes: https://github.com/corapoid/orphelix/releases/tag/v1.3.0

Update with: orphelix update

Version Information

The version command shows:
  • Current version - Installed version from package.json
  • Node.js version - Runtime version
  • Platform - OS and architecture
  • Update status - Whether updates are available
  • Release notes link - GitHub release page

Checking for Updates

This command automatically queries GitHub API for the latest release. No authentication required.
  • update - Update to latest version
  • info - Detailed application info

See Also

Changelog

View full changelog on GitHub