Argos is a comprehensive web-based control center for Software Defined Radio (SDR) operations, WiFi network scanning, and GPS tracking with Team Awareness Kit (TAK) integration. Built for professional defense and research applications.
Choose the installation method that best fits your needs:
Perfect for fresh Dragon OS installations or when you want the latest version:
# Clone and install in one process
git clone https://github.com/Graveside2022/Argos.git
cd Argos
bash scripts/install/install-from-git.sh
โ Best for:
๐ Detailed Git Installation Guide
Perfect for offline deployments or when copying to multiple systems:
# 1. Copy entire project folder via SCP/CyberDuck to target system
# 2. Then run on target system:
cd /path/to/Argos
bash scripts/deploy/fix-hardcoded-paths.sh
bash scripts/deploy/deploy-dragon-os.sh
โ Best for:
๐ Detailed Copy Deployment Guide
Both installation methods provide:
โ
Complete System Setup: Node.js, Docker, SDR tools, dependencies
โ
Hardware Configuration: HackRF, GPS, WiFi adapter permissions
โ
Service Management: Systemd auto-start services
โ
Security: Firewall configuration and access controls
โ
Interactive Setup: OpenCellID API key configuration
โ
Verification: Comprehensive post-installation testing
For compatibility with older documentation:
cd && curl -sSL https://raw.githubusercontent.com/Graveside2022/Argos/main/quick-install.sh | bash
After installation, access Argos at:
Argos includes professional system management tools:
# Install system management scripts
curl -sSL https://raw.githubusercontent.com/Graveside2022/Argos/main/scripts/install-management.sh | bash
Management Features:
Verify your installation:
# Run system tests
npm run test:system
# Test all management scripts
npm run test:management
# Full integration test
npm run test:all
/projects/
โโโ Argos/
โโโ src/ # Core application
โโโ scripts/ # System management
โโโ docker/ # Container configs
โโโ tests/ # Test suites
โโโ docs/ # Documentation
Core Services:
Professional contributions welcome. See CONTRIBUTING.md for enterprise development standards.
MIT License - see LICENSE.md for details.
For technical support, open an issue on GitHub or contact the maintainers.
Built for professional SDR and network analysis applications