ArgentOSDocs

Help & Support

Get help with ArgentOS — support channels, community, and resources.

Getting Help

Documentation

You are here. Browse the sidebar for detailed guides on every aspect of ArgentOS.

CLI Help

Every command has built-in help:

argent --help
argent gateway --help
argent channels add --help

Community

Enterprise Support

Enterprise license holders have access to priority support:

  • Dedicated support channel
  • Direct access to the ArgentOS team
  • Priority bug fixes
  • Custom feature development

Contact [email protected] for Enterprise support.

Reporting Bugs

When reporting a bug, include:

  1. ArgentOS version: argent --version
  2. System info: argent status --json
  3. Steps to reproduce: What you did
  4. Expected behavior: What should have happened
  5. Actual behavior: What actually happened
  6. Logs: argent gateway logs --level error

Log Collection

# Collect diagnostic info
argent status --json > diagnostic.json
argent gateway logs --last 100 > gateway-logs.txt

Feature Requests

Open a GitHub Discussion with the "Feature Request" category. Include:

  • What you want to do
  • Why the current solution does not work
  • Your proposed approach (if you have one)

Contributing

ArgentOS is open to contributions:

  • Fork the repo on GitHub
  • Create a feature branch
  • Submit a pull request
  • Follow the coding style guide in CLAUDE.md

See the project README for contribution guidelines.