awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
instantbox avatar

instantbox/instantbox

0
View on GitHub↗
4,183 نجوم·296 تفرعات·Python·MIT·2 مشاهدات

Instantbox

Instantbox هي بنية تحتية لإدارة بيئات أنظمة تشغيل معزولة ومحاوية (containerized). تقوم بنشر توزيعات Linux كاملة كنسخ مؤقتة يمكن الوصول إليها من خلال محاكي طرفية (terminal emulator) يعتمد على الويب.

يوفر النظام توفير الموارد بناءً على الصور (image-based provisioning) عبر كتالوج لتوزيعات Linux المدعومة. يتم تعيين عنوان URL فريد لكل نسخة للوصول إليها عبر المتصفح، ويدعم تخصيص الموارد (CPU وذاكرة الوصول العشوائي).

تتم إدارة دورة الحياة من خلال إعدادات وقت البقاء (time-to-live) التي تقوم تلقائياً بحذف الحاويات منتهية الصلاحية لاستعادة موارد النظام. تدعم هذه الإمكانيات نشر بيئات تجريبية (sandboxes) مؤقتة للاختبار والعروض التقنية.

Features

  • Web-Based Terminal Emulators - Provides a fully interactive command line interface accessible via a web browser for managing containerized systems.
  • Instance URL Mappings - Generates a unique web address for every container to route browser traffic to a specific isolated instance.
  • Containerized Linux Environments - Launches full Linux operating system environments as isolated containers accessible via a web browser.
  • Image Provisioning - Deploys new instances by pulling pre-configured Linux operating system images from a supported catalog.
  • Browser-Based Linux Environments - Launches temporary and isolated Linux systems in a browser for rapid experimentation and testing.
  • Container Isolation - Provides isolated operating system environments using container isolation to ensure disposable and clean instances.
  • Browser-Based Remote Shell Access - Provides immediate shell access to remote containerized Linux distributions directly through a web browser.
  • OS - Provisioning clean, disposable operating system instances to verify software compatibility and run tests.
  • Image Catalogs - Provides a catalog of supported Linux distribution images available for deployment as temporary instances.
  • Instance Resource Configuration - Supports the creation of instances with customized CPU, memory, and timeout settings.
  • Dynamic Resource Allocators - Allows assigning specific CPU and memory limits to each container to manage host system resource allocation.
  • Cloud Instance Image Selections - Enables users to select specific Linux distributions from a catalog to define the base environment for new instances.
  • Container Expiries - Implements automatic pruning of expired containers using time-to-live settings to reclaim system resources.
  • Container Lifecycle Management - Manages the operational state of containers, including the ability to delete active instances or prune expired ones.

سجل النجوم

مخطط تاريخ النجوم لـ instantbox/instantboxمخطط تاريخ النجوم لـ instantbox/instantbox

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة instantbox/instantbox؟

Instantbox هي بنية تحتية لإدارة بيئات أنظمة تشغيل معزولة ومحاوية (containerized). تقوم بنشر توزيعات Linux كاملة كنسخ مؤقتة يمكن الوصول إليها من خلال محاكي طرفية (terminal emulator) يعتمد على الويب.

ما هي الميزات الرئيسية لـ instantbox/instantbox؟

الميزات الرئيسية لـ instantbox/instantbox هي: Web-Based Terminal Emulators, Instance URL Mappings, Containerized Linux Environments, Image Provisioning, Browser-Based Linux Environments, Container Isolation, Browser-Based Remote Shell Access, OS.

ما هي البدائل مفتوحة المصدر لـ instantbox/instantbox؟

تشمل البدائل مفتوحة المصدر لـ instantbox/instantbox: butlerx/wetty — Wetty is an HTTP browser terminal emulator that provides shell access over HTTP and HTTPS connections. It functions as… chjj/tty.js — tty.js is a web-based terminal emulator and Node.js socket terminal that provides a remote shell web interface. It… lwch/natpass — Natpass is a web-based remote access gateway and orchestrator designed to manage remote server instances, desktop… canonical/multipass — Multipass is a virtual machine lifecycle controller and manager designed to create and orchestrate lightweight Ubuntu… agent-infra/sandbox — This project provides secure, containerized infrastructure designed for autonomous agents, remote code execution, and… amantus-ai/vibetunnel — Vibetunnel is a remote shell infrastructure project consisting of a headless terminal server, a remote shell manager,…

بدائل مفتوحة المصدر لـ Instantbox

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Instantbox.
  • butlerx/wettyالصورة الرمزية لـ butlerx

    butlerx/wetty

    5,321عرض على GitHub↗

    Wetty is an HTTP browser terminal emulator that provides shell access over HTTP and HTTPS connections. It functions as a web-based remote shell and SSH browser gateway, allowing users to execute shell commands on remote hosts directly within a web browser. The project integrates SAML2 identity propagation to authenticate users through external providers and map those web identities to system accounts. It also supports embedding the terminal interface within iframes for integration into other web applications or dashboards. The system covers remote server administration and secure terminal pr

    TypeScript
    عرض على GitHub↗5,321
  • chjj/tty.jsالصورة الرمزية لـ chjj

    chjj/tty.js

    4,219عرض على GitHub↗

    tty.js is a web-based terminal emulator and Node.js socket terminal that provides a remote shell web interface. It acts as a browser-based gateway for executing system commands and streaming command-line input and output via network sockets. The project enables persistent shell sessions, allowing active terminal processes to remain available across browser refreshes and disconnections. It includes authentication middleware and encryption to provide secure remote shell access and restrict system control to authorized users. The system covers terminal emulation with support for colors and mous

    JavaScript
    عرض على GitHub↗4,219
  • lwch/natpassالصورة الرمزية لـ lwch

    lwch/natpass

    4,457عرض على GitHub↗

    Natpass is a web-based remote access gateway and orchestrator designed to manage remote server instances, desktop streaming, and cloud development environments through a browser. It functions as a centralized portal for executing shell commands and accessing graphical desktops on remote servers without the need for local clients. The system includes a remote IDE host and a remote desktop streamer, enabling server-side development environments and the transmission of a remote machine's visual interface directly to a web browser. It also features a natural language documentation query tool for

    Gocode-servergolangprotobuf
    عرض على GitHub↗4,457
  • canonical/multipassالصورة الرمزية لـ canonical

    canonical/multipass

    9,146عرض على GitHub↗

    Multipass is a virtual machine lifecycle controller and manager designed to create and orchestrate lightweight Ubuntu instances on a local workstation. It functions as a cross-platform hypervisor wrapper that provides a local cloud development environment for simulating cloud deployments. The system utilizes a hypervisor-abstraction layer and driver-based backend resolution to manage virtual machines across different host operating systems using native virtualization backends. It enables the simulation of cloud instance behavior through the injection of cloud-init metadata and initialization

    C++cloudcontainerhyper-v
    عرض على GitHub↗9,146
عرض جميع البدائل الـ 30 لـ Instantbox→