awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesRemote Session Hosting

Hosting environments that execute interactive AI sessions on remote compute resources.

Distinct from Terminal Session Hosting: Focuses on the execution of AI sessions on remote hardware rather than terminal recording or mock hosting

Explore 5 awesome GitHub repositories matching devops & infrastructure · Remote Session Hosting. Refine with filters or upvote what's useful.

Awesome Remote Session Hosting GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • claude-code-best/claude-codeAvatar de claude-code-best

    claude-code-best/claude-code

    20,272Ver en GitHub↗

    Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level

    Provides a WebSocket-based bridge to manage and administer AI coding sessions on remote servers.

    TypeScript
    Ver en GitHub↗20,272
  • github/copilot-sdkAvatar de github

    github/copilot-sdk

    7,233Ver en GitHub↗

    This project is a software development kit and framework for building AI agent orchestration, session management, and tool integration systems. It provides a backend infrastructure for hosting remote AI sessions and coordinating multi-agent workflows using large language models. The SDK enables the definition of specialized agents and the orchestration of complex tasks through parallel workstreams. It distinguishes itself by offering a multi-tenant backend capable of horizontal scaling and a headless server runtime that separates session execution from the client interface. The system covers

    Executes AI sessions on remote hosted compute instead of local hardware.

    TypeScript
    Ver en GitHub↗7,233
  • transformerlab/transformerlab-appAvatar de transformerlab

    transformerlab/transformerlab-app

    5,103Ver en GitHub↗

    TransformerLab es una plataforma de orquestación MLOps y entorno de investigación diseñado para el entrenamiento, ajuste fino (fine-tuning) y evaluación de modelos de lenguaje grandes. Sirve como un plano de control centralizado para gestionar trabajos de aprendizaje automático y coordinar el cómputo distribuido en GPU a través de proveedores de nube híbrida y locales (on-premise). La plataforma se distingue por la optimización de modelos impulsada por agentes, utilizando asistentes de IA para analizar métricas y proponer y poner en cola automáticamente experimentos de hiperparámetros. Proporciona un entorno de desarrollo remoto que permite a los usuarios lanzar notebooks interactivos, editores de código y sesiones de shell seguro directamente en nodos de cómputo remotos. El sistema cubre una amplia gama de capacidades de flujo de trabajo de aprendizaje automático, incluyendo coordinación de tareas distribuidas, barridos de hiperparámetros automatizados y seguimiento integral de experimentos. Cuenta con registros integrados para el versionado de datasets y artefactos de modelos, así como herramientas para la evaluación del rendimiento del modelo y el despliegue de servidores de inferencia. Se proporciona una interfaz de línea de comandos para el control de la plataforma, monitoreo de trabajos y gestión de la instalación y actualizaciones de la instancia del servidor local.

    Maps browser-based IDEs and notebooks to interactive processes running on remote compute nodes.

    Python
    Ver en GitHub↗5,103
  • miguelmota/cointopAvatar de miguelmota

    miguelmota/cointop

    4,395Ver en GitHub↗

    Cointop es una interfaz de usuario de terminal para criptomonedas diseñada para monitorear estadísticas de mercado, precios y tendencias de activos en tiempo real. Sirve como un tablero de mercado y rastreador de portafolio, permitiendo la gestión de tenencias de activos personales y el cálculo de ganancias y pérdidas dentro de un entorno de línea de comandos. El proyecto se distingue con una capacidad de servidor que permite que la interfaz sea alojada y accedida remotamente a través de sesiones de shell segura (SSH). También incluye un sistema de notificaciones que activa alertas de escritorio cuando activos específicos alcanzan umbrales de precio predefinidos. La aplicación proporciona herramientas para el análisis financiero, incluyendo gráficos de precios interactivos, conversión de divisas y búsqueda difusa de activos. Los usuarios pueden personalizar la experiencia a través de temas visuales configurables, atajos de teclado y configuraciones de moneda base, mientras que el almacenamiento en caché en disco local garantiza que los datos permanezcan disponibles durante las interrupciones de red. El software está disponible como paquete Flatpak para distribución en escritorio Linux.

    Hosts a terminal-based application environment accessible remotely via secure shell connections.

    Go
    Ver en GitHub↗4,395
  • posit-dev/positronAvatar de posit-dev

    posit-dev/positron

    3,969Ver en GitHub↗

    Positron is a data science integrated development environment and AI-powered code editor designed for polyglot development, specifically supporting Python and R. It functions as a remote compute workspace that separates the user interface from the execution kernel via SSH or container integration. The environment features a deep integration of large language models that provide context-aware suggestions and automated data analysis by accessing real-time interpreter state, in-memory objects, and plot outputs. It distinguishes itself through a polyglot runtime bridge that enables cross-language

    Keeps language interpreters and computations running on a remote server after the interface is closed.

    TypeScript
    Ver en GitHub↗3,969
  1. Home
  2. DevOps & Infrastructure
  3. Remote Session Hosting

Explorar subetiquetas

  • Interpreter PersistenceMechanisms for keeping language runtimes and computation state active on remote hardware after the client disconnects. **Distinct from Remote Session Hosting:** Distinct from Remote Session Hosting by focusing specifically on the persistence of the interpreter state rather than just the hosting environment.
  • Terminal Session HostingHosting environments that allow remote access to interactive terminal-based applications. **Distinct from Remote Session Hosting:** Distinct from Remote Session Hosting: specifically targets terminal interfaces rather than AI-specific compute sessions.