Argos Svelte Themes

Argos

Cyberpunk-themed tactical communications interface for SDR, WiFi scanning, and TAK integration - TypeScript + SvelteKit + Vite + Tailwind CSS

Argos - Professional SDR & Network Analysis Console

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.

๐Ÿš€ Key Features

  • Real-time Spectrum Analysis - Live RF monitoring with HackRF integration
  • WiFi Network Intelligence - Kismet-based wireless reconnaissance
  • GPS Tracking & TAK Integration - Tactical awareness and mapping
  • WebSocket Real-time Streaming - Live data feeds
  • Responsive Professional Interface - Desktop and mobile ready
  • Full TypeScript Implementation - Enterprise-grade reliability

๐Ÿš€ Installation Options

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:

  • Fresh Dragon OS installations
  • Users who want latest updates
  • Systems with internet connectivity
  • First-time installations

๐Ÿ“– Detailed Git Installation Guide

Option B: Direct Copy Deployment (For offline/field operations)

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:

  • Offline field operations
  • Air-gapped systems
  • Multiple system deployments
  • When you have customized configurations

๐Ÿ“– Detailed Copy Deployment Guide


๐Ÿ“‹ System Requirements

  • Dragon OS (recommended) or Debian/Ubuntu system
  • 3GB+ free disk space
  • 2GB+ RAM (4GB+ recommended)
  • sudo privileges
  • HackRF One hardware (for SDR operations)

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

๐Ÿ”ง Legacy Installation (curl command)

For compatibility with older documentation:

cd && curl -sSL https://raw.githubusercontent.com/Graveside2022/Argos/main/quick-install.sh | bash

๐Ÿ’ป Access

After installation, access Argos at:

๐Ÿ› ๏ธ System Management (Optional)

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:

  • Automatic process monitoring and restart
  • CPU protection (kills runaway processes >140%)
  • Network reconnection for wireless systems
  • Memory optimization and cleanup
  • Comprehensive logging and alerts

๐Ÿงช Testing

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

๐Ÿ“ Architecture

/projects/
โ””โ”€โ”€ Argos/
    โ”œโ”€โ”€ src/           # Core application
    โ”œโ”€โ”€ scripts/       # System management
    โ”œโ”€โ”€ docker/        # Container configs
    โ”œโ”€โ”€ tests/         # Test suites
    โ””โ”€โ”€ docs/          # Documentation

๐Ÿ”Œ API Integration

Core Services:

  • Spectrum Analysis API (port 8092)
  • HackRF Control API (port 3002)
  • Kismet Integration (port 2501)
  • TAK Server Bridge (port 8000)

๐Ÿค Contributing

Professional contributions welcome. See CONTRIBUTING.md for enterprise development standards.

๐Ÿ“„ License

MIT License - see LICENSE.md for details.

๐Ÿ“ž Support

For technical support, open an issue on GitHub or contact the maintainers.


Built for professional SDR and network analysis applications

Top categories

Loading Svelte Themes