awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nodesource avatar

nodesource/distributions

0
View on GitHub↗
13,834 stele·3,108 fork-uri·Shell·MIT·1 vizualizarenodesource.com↗

Distributions

This project is a Node.js binary distribution repository and Linux package repository. It provides a hosted set of pre-compiled JavaScript runtime binaries for various Linux distributions to simplify installation and version management through native package managers.

The project includes a Node.js observability toolset and security policy manager. These components enable the gathering of runtime telemetry to monitor application health and performance via diagnostic dashboards, while providing a resource restriction layer that intercepts system calls to prevent unauthorized modules from accessing sensitive host resources.

The capability surface covers binary installation for current and long-term support versions, runtime observability for identifying performance outliers, and security enforcement to restrict system resource access.

Features

  • Pre-compiled Distributions - Provides ready-to-use binary sets of the Node.js runtime to avoid local source compilation during installation.
  • Binary Distribution Repositories - Serves as a distribution repository for pre-compiled Node.js binary packages across various Linux distributions.
  • Node.js Runtimes - Distributes pre-built JavaScript runtime binaries including the core engine and standard library.
  • Prebuilt Binary Installations - Allows installation of ready-to-use Node.js binaries without the need for compiling from source.
  • Package Distribution - Distributes pre-compiled binaries through native Linux package managers to remove the need for local source compilation.
  • Repository Hosting - Provides a hosted repository of versioned Node.js software packages for automatic installation via system package managers.
  • Linux Installation Packages - Provides native installation packages and binaries for multiple Linux distributions.
  • System-Call Interception - Intercepts low-level operating system calls to validate or block operations based on security policies.
  • Resource Access Restrictions - Enforces a security layer that prevents unauthorized modules from accessing sensitive host resources.
  • Runtime Resource Restrictions - Implements a resource restriction layer that intercepts system calls to prevent unauthorized module access to host resources.
  • Application Diagnostics - Provides specialized tools for identifying and resolving runtime errors and performance bottlenecks within Node.js applications.
  • Runtime Observability Toolsets - Provides a toolset for gathering runtime telemetry to monitor application health and performance via diagnostic dashboards.
  • Application Observability - Provides deep visibility and X-Ray tools to identify and resolve problems within running applications.
  • Application Performance Monitoring - Tracks runtime errors and performance bottlenecks to identify outliers in production environments.
  • Application Health Monitors - Tracks operational health and performance metrics for mission-critical applications through a real-time interface.
  • Telemetry Collection and Aggregation - Implements infrastructure for streaming and unifying telemetry data across distributed runtime instances for outlier detection.
  • Remote Telemetry Dashboards - Ships a web-based interface for visualizing system health and performance telemetry aggregated from multiple isolated processes.
  • Self-Hosted Monitoring Suites - Operates a dedicated endpoint that collects runtime data and hosts a user interface for observing system health.
  • Telemetry Collection - Gathers system health and performance metrics from the runtime environment via an integrated monitoring endpoint.

Istoric stele

Graficul istoricului de stele pentru nodesource/distributionsGraficul istoricului de stele pentru nodesource/distributions

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Distributions

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Distributions.
  • datadog/datadog-agentAvatar DataDog

    DataDog/datadog-agent

    3,519Vezi pe GitHub↗

    The Datadog Agent is an infrastructure monitoring agent and host telemetry collector. It functions as a background process that gathers system metrics and application health data to send to a centralized monitoring platform. The project operates as a plugin-based metric collector, using a modular system of independent check scripts to gather data from various third-party services and applications. It serves as a remote telemetry transmitter, providing a pipeline to stream infrastructure and system information to a remote analysis and alerting backend. Its capabilities cover application perfo

    Goapm-agentapm-instrumentationdatadog
    Vezi pe GitHub↗3,519
  • metrics-rs/metricsAvatar metrics-rs

    metrics-rs/metrics

    1,422Vezi pe GitHub↗

    This project is a unified observability framework for Rust applications, designed to capture, aggregate, and report performance telemetry. It provides a comprehensive toolkit for instrumenting code to track counters, gauges, and histograms, enabling developers to monitor application health and operational performance through a standardized interface. The library distinguishes itself by decoupling instrumentation sites from specific backend implementations through a global registry and trait-based abstractions. This architecture allows developers to swap telemetry exporters at runtime without

    Rustmetricsrust-langtelemetry
    Vezi pe GitHub↗1,422
  • open-telemetry/opentelemetry-dotnetAvatar open-telemetry

    open-telemetry/opentelemetry-dotnet

    3,666Vezi pe GitHub↗

    The OpenTelemetry .NET SDK is a set of libraries used to generate and export traces, metrics, and logs from .NET applications. It functions as an application performance monitoring tool and a distributed tracing implementation, providing the necessary infrastructure to capture system metrics and request paths across microservices. The project includes a zero-code instrumentation library that automatically captures telemetry from popular .NET frameworks without requiring manual changes to source code. It uses a provider-based API abstraction to decouple instrumentation from specific backend im

    C#asp-netasp-net-coredistributed-tracing
    Vezi pe GitHub↗3,666
  • flatpak/flatpakAvatar flatpak

    flatpak/flatpak

    4,818Vezi pe GitHub↗

    Flatpak is a sandboxed application framework and standardized packaging format for Linux desktop applications. It functions as a distribution system that allows a single application bundle to run consistently across multiple Linux operating systems without requiring per-distribution builds. The project provides a runtime dependency manager that bundles specific library versions or shared runtimes to create predictable execution environments. It includes a sandbox permission manager to control application access to system hardware and resources, ensuring security and consistent behavior betwee

    C
    Vezi pe GitHub↗4,818
Vezi toate cele 30 alternative pentru Distributions→

Întrebări frecvente

Ce face nodesource/distributions?

This project is a Node.js binary distribution repository and Linux package repository. It provides a hosted set of pre-compiled JavaScript runtime binaries for various Linux distributions to simplify installation and version management through native package managers.

Care sunt principalele funcționalități ale nodesource/distributions?

Principalele funcționalități ale nodesource/distributions sunt: Pre-compiled Distributions, Binary Distribution Repositories, Node.js Runtimes, Prebuilt Binary Installations, Package Distribution, Repository Hosting, Linux Installation Packages, System-Call Interception.

Care sunt câteva alternative open-source pentru nodesource/distributions?

Alternativele open-source pentru nodesource/distributions includ: datadog/datadog-agent — The Datadog Agent is an infrastructure monitoring agent and host telemetry collector. It functions as a background… metrics-rs/metrics — This project is a unified observability framework for Rust applications, designed to capture, aggregate, and report… open-telemetry/opentelemetry-dotnet — The OpenTelemetry .NET SDK is a set of libraries used to generate and export traces, metrics, and logs from .NET… flatpak/flatpak — Flatpak is a sandboxed application framework and standardized packaging format for Linux desktop applications. It… pypa/sampleproject — This project is a reference implementation and tutorial designed to demonstrate the end-to-end workflow of building,… deepops-ai/deepops — DeepOps is a full-stack observability platform and application performance monitoring tool. It serves as a distributed…