AscendNet is a unified P2P AI marketplace and autonomous development system - the sovereign infrastructure for decentralized AI development and deployment.
- π§ AscendAI - Core AI infrastructure and processing systems
- π€ GremlinGPT - Recursive, Self-Referential Autonomous Cognitive System (R-SRACS)
- β‘ GodCore - Multi-model AI routing and quantum-level processing
- π§ SignalCore - Recursive AI thought processing with safety limits
- π± Mobile-Mirror - Secure mobile development environment
- π» Statik-Server - Self-hosted VS Code with Copilot Chat + mesh VPN
- π P2P Network - Decentralized prompt and compute marketplace
curl -fsSL https://raw.githubusercontent.com/statikfintechllc/AscendNet/master/scripts/deployment/launch_ascendnet.sh | bashgit clone https://github.com/statikfintechllc/AscendNet.git
cd AscendNet
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
./scripts/setup.sh# Run unified system demo
python docs/guides/demo_unified_system.py# Unified Dashboard (Recommended)
python start_api.py # Start unified dashboard on http://localhost:8000
python ascendnet_orchestrator.py # Start full orchestrated system
# Setup and Installation
./scripts/setup.sh # Complete system setup
python docs/guides/demo_unified_system.py # Run system demo
# Development
python scripts/deployment/api_server.py # Start API server only
python scripts/deployment/start_api.py # Alternative API startup
# Testing
./scripts/testing/test_e2e.sh # Run E2E tests
./scripts/testing/test_e2e_complete.sh # Complete test suite
# Deployment
./scripts/deployment/launch_ascendnet.sh # Deploy AscendNet- π Complete Documentation - Main documentation hub with navigation
- π§ Installation Guide - Detailed setup instructions
- π₯ User Guide - How to use AscendNet
- ποΈ Architecture Overview - System architecture
- π API Reference - Complete API documentation
- π§ͺ Testing Guide - E2E testing documentation
- π Integration Status - System integration status
- π― Unified Dashboard - X/ChatGPT-style unified interface
- π οΈ Troubleshooting - Common issues and solutions
- β Production Ready - Comprehensive E2E testing (95% success rate)
- β Unified Dashboard - X/ChatGPT-style interface with component switching
- β Unified API - FastAPI-based REST endpoints
- β AI Integration - Multiple AI models and processing cores
- β P2P Network - Decentralized compute and prompt marketplace
- β Mobile Support - Secure mobile development environment
- β Self-Hosted - Complete sovereignty over development environment
- β Organized Structure - Professional project organization with categorized scripts and documentation
AscendNet/
βββ οΏ½ api_server.py # Unified FastAPI server
βββ οΏ½ start_api.py # Quick dashboard launcher
βββ οΏ½ ascendnet_orchestrator.py # Component orchestrator
βββ οΏ½ requirements.txt # Python dependencies
βββ π backend/ # Core system components
β βββ π ai_core/ # AI processing systems
β βββ π Mobile-Mirror/ # Mobile development
β βββ π p2p/ # P2P networking
β βββ π GodCore/ # Multi-model routing
βββ π docs/ # Organized documentation
β βββ π api/ # API documentation
β βββ π architecture/ # System design docs
β βββ π guides/ # User guides & troubleshooting
β β βββ οΏ½ demo_unified_system.py # System demo
β β βββ οΏ½ system_status.py # Status checker
β βββ π setup/ # Installation guides
β βββ π user/ # User documentation
β βββ π integration/ # Integration status docs
β βββ π testing/ # Testing documentation
β βββ π migration/ # Migration guides
β βββ π archive/ # Historical documents
βββ π scripts/ # Organized automation scripts
β βββ π development/ # Development tools
β βββ π deployment/ # Deployment scripts
β β βββ οΏ½ launch_ascendnet.sh # Production launcher
β βββ π testing/ # Testing scripts
β βββ οΏ½ debug_e2e.sh # Debug E2E tests
β βββ οΏ½ e2e_dashboard.sh # Dashboard E2E tests
β βββ οΏ½ test_e2e.sh # Basic E2E tests
β βββ οΏ½ test_e2e_complete.sh # Complete E2E suite
β βββ π production_e2e.sh # Production E2E tests
βββ π frontend/ # Unified dashboard interface
β βββ οΏ½ ascendnet-dashboard.html # Main dashboard
β βββ οΏ½ ascendnet-dashboard.css # Dashboard styling
β βββ οΏ½ ascendnet-dashboard.js # Dashboard logic
βββ π statik-server/ # Self-hosted development environment
βββ π smart-contracts/ # Blockchain components
Current system status: π’ FULLY OPERATIONAL & UNIFIED
- β Code-Server β Statik-Server Migration: Complete
- β Project Organization: Complete
- β Documentation Structure: Organized & Indexed
- β Script Organization: Categorized by function
- β Unified Dashboard: X/ChatGPT-style interface with component switching
- β API Server: Ready for deployment
- β AI Core: Unified & operational
- β P2P Network: Architecture complete
- β Testing Suite: 95% pass rate
- β Integration Status: All components unified
Latest Release - July 2025
- β¨ Unified Dashboard: X/ChatGPT-style interface with seamless component switching
- β¨ Complete System Unification: All components now work together seamlessly
- π Code-Server β Statik-Server Migration: Full branding and architecture update
- π Professional Organization: Scripts and documentation properly categorized
- π Enhanced Documentation: Comprehensive, organized, and navigable
- π§ Unified AI Core: GremlinGPT + GodCore + SignalCore integration
- β‘ Improved Performance: Optimized workflows and deployment
Migration Status: π― COMPLETE
- 228 files successfully updated
- 12,960+ lines of code migrated
- All references updated to statik-server
- Professional project structure implemented
Fair Use License - See LICENSE.md for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
