Showing 1300 open source projects for "direct"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 1
    HiddenVM

    HiddenVM

    HiddenVM — Use any desktop OS without leaving a trace

    If at any time Tails pushes an unexpected update, and HiddenVM is not yet updated for it, and you are stuck with a new Tails and no working HiddenVM version, you can re-download and temporarily use an earlier version of Tails until HiddenVM is updated. There are archived direct HTTP download mirrors of Tails images, archived official torrents with PGP signatures, or third-party archives at linuxtracker.org or fosstorrents.com, etc. (Always verify third-party torrents with archived official PGP sigs for safety.) Unless there is a known security vulnerability patched by the new Tails that actually affects how you use Tails, doing a temporary downgrade is not unsafe. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Beatra

    Beatra

    Advanced Discord v14.22 Music Bot with YouTube, Spotify, SoundCloud

    MusicBot, also branded as Beatra, is an advanced Discord music bot built for Discord v14.22. It supports playback from YouTube, Spotify, SoundCloud, and direct audio links such as MP3, WAV, or OGG files. The bot includes dynamic “Now Playing” embeds with cover art, platform badges, queue countdowns, and localized metadata. Its queue system supports preloading, shuffle controls, playlist handling, loop modes, and genre-aware autoplay. The project also includes resilient playback features such as retry logic, voice connection monitoring, idle auto-disconnect, and graceful shutdown behavior. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    YAGPDB

    YAGPDB

    Yet another general purpose discord bot

    ...It also includes a web control panel workflow for managing authorization and server configuration. Self-hosting is supported through standalone deployment or Docker-based setups, with options for direct HTTPS or reverse proxy use. YAGPDB is useful for communities that want a powerful general-purpose Discord bot with deep customization and many built-in modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AI Coding Dictionary

    AI Coding Dictionary

    AI coding jargon, explained in plain English

    ...The dictionary organizes terms across models, context windows, tools, environments, failure modes, handoffs, and related AI coding workflows. Its tone is intentionally direct and accessible, avoiding dense academic or vendor-heavy language. The project helps users name what is happening when prompts fail, context degrades, tools behave unexpectedly, or agent sessions become hard to manage. Its main value is turning AI coding jargon into practical vocabulary that developers can understand quickly and use in real work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    sj.h

    sj.h

    A tiny little JSON parsing library

    ...The library does not try to own every part of JSON handling; instead, it leaves number conversion and string interpretation to the user. This design gives developers direct control over memory, numeric precision, Unicode handling, and application-specific parsing behavior. It reports errors with line and column locations, which makes malformed input easier to debug despite the library’s small size. It is especially appealing for embedded tools, game engines, small utilities, and C projects that value transparency over abstraction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Paralus

    Paralus

    All-in-one Kubernetes access manager

    Paralus is an open-source, zero-trust access management solution for Kubernetes. It provides secure access to Kubernetes clusters without the need for VPNs, streamlining operations and enhancing security. Paralus can be easily integrated with your pre-existing RBAC configuration and your SSO providers, or Identity Providers (IdP) that support OIDC (OpenID Connect). Through just-in-time service account creation and fine-grained user credential management, Paralus provides teams with an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Compute Library

    Compute Library

    The Compute Library is a set of computer vision and machine learning

    The Compute Library is a set of computer vision and machine learning functions optimized for both Arm CPUs and GPUs using SIMD technologies. The library provides superior performance to other open-source alternatives and immediate support for new Arm® technologies e.g. SVE2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Agrona

    Agrona

    High Performance data structures and utility methods for Java

    Agrona provides a library of data structures and utility methods that are a common need when building high-performance applications in Java. Many of these utilities are used in the Aeron efficient reliable UDP unicast, multicast, and IPC message transport and provides high-performance buffer implementations to support the Simple Binary Encoding Message Codec.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DashMap

    DashMap

    Blazing fast concurrent HashMap for Rust

    ...DashMap tries to implement an easy-to-use API similar to std::collections::HashMap with some slight changes to handle concurrency. DashMap tries to be very simple to use and to be a direct replacement for RwLock<HashMap<K, V>>. To accomplish these goals, all methods take &self instead of modifying methods taking &mut self. This allows you to put a DashMap in an Arc<T> and share it between threads while still being able to modify it. DashMap puts great effort into performance and aims to be as fast as possible. If you have any suggestions or tips do not hesitate to open an issue or a PR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    ahooks

    ahooks

    React hooks library

    ...At the same time, the Hooks API can be consulted in the provided documentation. Hooks are allowed to have no output, which is generally common in life cycle Hooks. In principle, more than two parameters are not allowed. Direct input regardless of whether a single parameter is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    miniaudio

    miniaudio

    Audio playback and capture library written in C,

    miniaudio is written in C with no dependencies except the standard library and should compile cleanly on all major compilers without the need to install any additional development packages. All major desktop and mobile platforms are supported. miniaudio gives you complete flexibility. With the low-level API, just initialize a connection to the device and send or receive raw audio data. The modular design of miniaudio allows you to use the low-level API without compromising your ability to...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Kube-OVN

    Kube-OVN

    A Bridge between SDN and Cloud Native (Project under CNCF)

    If you miss the good old days of SDN, then Kube-OVN is your choice in Cloud Native era. Kube-OVN, a CNCF Sandbox Level Project, integrates the OVN-based Network Virtualization with Kubernetes. It offers an advanced Container Network Fabric for Enterprises with the most functions, extreme performance and the easiest operation. Each Namespace can have a unique Subnet (backed by a Logical Switch). Pods within the Namespace will have IP addresses allocated from the Subnet. It's also possible for...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Chat SDK

    Chat SDK

    A unified TypeScript SDK for building chat bots

    ...It lets developers write bot logic once and deploy it to services such as Slack, Microsoft Teams, Google Chat, Discord, Telegram, GitHub, Linear, WhatsApp, and more. The project provides adapters, event handlers, state handling, slash commands, buttons, modals, cards, file handling, direct messages, and ephemeral messages. It also supports AI streaming patterns for LLM-powered assistants in different chat environments. A CLI can scaffold a minimal Next.js bot app with routes, configuration, dependencies, and environment examples. The SDK is especially useful for teams building cross-platform bots without rewriting the same interaction logic for every service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    react-native-fast-tflite

    react-native-fast-tflite

    High-performance TensorFlow Lite library for React Native

    react-native-fast-tflite is a high-performance TensorFlow Lite library for React Native applications. It is built with Nitro Modules and uses the low-level C and C++ TensorFlow Lite core API for direct memory access. The library supports zero-copy ArrayBuffers, which helps reduce overhead when passing model inputs and outputs through React Native. It can load and swap TensorFlow Lite models at runtime, making it useful for apps that run multiple machine learning tasks. The project supports GPU-accelerated delegates such as CoreML, Metal, and OpenGL. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    xpoc

    xpoc

    A fast emergency response tool designed for supply chain vulnerability

    xpoc is a lightweight command-line scanner created for fast emergency response in supply chain vulnerability scanning. It is designed to help security teams test single targets, multiple targets, and target lists through direct input, files, or pipes. The tool can retrieve proof-of-concept plugins from the cloud, list available plugins, synchronize new plugins, and update itself from the command line. It uses the xray YAML POC format and supports plugin writing and loading for TCP and UDP checks. It can also be extended with custom Go plugins for more advanced detection logic, crawling, screenshots, and additional scanner behavior. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    React Native RAG

    React Native RAG

    Private, local RAGs. Supercharge LLMs with your own knowledge base

    ...It is also extensible, allowing teams to implement their own interfaces when they need custom model or storage behavior. React Native RAG supports multiple integration styles, including a simple hook, a class-based API, and direct component usage. Its main value is giving React Native apps a privacy-friendly way to combine local knowledge retrieval with on-device AI workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    docker-host

    docker-host

    A docker sidecar container to forward all traffic to local docker host

    docker-host is a Docker sidecar container that forwards traffic from containers to the local Docker host or another configured host. It is useful in environments where containers need to reach services running on the host machine, especially when direct host networking is unavailable or inconsistent across platforms. The project creates a predictable network alias, commonly used as docker-host, so other containers can connect through a stable name. It supports TCP and UDP traffic forwarding examples and can be used inside custom Docker networks or Docker Compose setups. The container requires network-related capabilities such as NET_ADMIN and NET_RAW so it can handle forwarding behavior. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    rtty

    rtty

    Access your device from anywhere via the web

    rtty is a remote terminal access solution that lets users reach device terminals through a web browser. It is composed of lightweight clients and a Go-based server, making it useful for embedded Linux devices, routers, gateways, containers, and remote machines. The C client is designed for resource-constrained environments, while the Go client is easier to compile across platforms. The server provides a modern Vue-based web interface for managing connected devices and opening terminal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Translation Agent

    Translation Agent

    Agentic translation using reflection workflow

    Translation Agent is a Python demonstration of an agentic translation workflow that uses reflection to improve machine translation quality. Instead of asking a language model for a single direct translation, it first generates a translation, then asks the model to critique it, and finally uses that critique to produce a stronger version. This structure makes the system more steerable than a traditional translation pipeline. Users can adjust prompts to control tone, formality, terminology, idiom handling, and regional language choices. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    xAI Python SDK

    xAI Python SDK

    The official Python SDK for the xAI API

    ...It is a gRPC-based SDK designed for Python 3.10 and above, with both synchronous and asynchronous clients for different application styles. Developers can use it to generate text, images, videos, and structured outputs through xAI’s model services. The package is built for direct integration into Python projects, making it useful for backend apps, automation scripts, AI tools, research prototypes, and production workflows. It uses xAI’s native gRPC interface, which is intended for high-performance communication with the API. The SDK is especially useful for developers who want a first-party, Python-native way to work with Grok and related xAI services without manually handling low-level API calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    LLM From Scratch

    LLM From Scratch

    Build and train a GPT-style language model

    ...The repository is intentionally simplified to focus on conceptual clarity, using a compact model of roughly 10 million parameters that can train on consumer hardware such as laptops within a relatively short time. Inspired by Andrej Karpathy’s nanoGPT, the project emphasizes learning through direct implementation and experimentation rather than black-box usage. The workshop documentation explains concepts such as self-attention, embeddings, gradient clipping, optimizer scheduling, and decoding strategies in a practical and approachable way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SocratiCode

    SocratiCode

    Enterprise-grade (40m+ LOC) codebase intelligence

    SocratiCode is an AI-assisted learning tool that applies the Socratic method to programming education, guiding users through problem-solving rather than directly providing answers. It encourages critical thinking by asking structured questions that lead developers toward discovering solutions on their own. The system is designed to improve understanding of programming concepts through iterative reasoning and dialogue. It can be used to practice coding challenges, debug logic, and explore...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SwiftFFmpeg

    SwiftFFmpeg

    A Swift wrapper for the FFmpeg API

    SwiftFFmpeg is a Swift wrapper for FFmpeg that provides direct access to multimedia processing capabilities within Apple development environments. It exposes FFmpeg’s libraries through Swift-friendly APIs, enabling developers to perform encoding, decoding, and stream manipulation tasks. The project is designed to maintain performance while improving usability through modern language features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    chess-tui

    chess-tui

    Play chess from your terminal

    ...The application also includes customization options such as different board skins and helper menus to assist players with move entry or engine configuration. With its focus on interactive play and accessibility through simple installation via package managers or direct cargo builds, it targets both casual players and power users who prefer keyboard-driven or remote environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Diligent Core

    Diligent Core

    A modern cross-platform low-level graphics API

    ...DiligentCore gives precise control over GPU resources and rendering pipelines, while also abstracting away platform-specific boilerplate. The library is modular, extensible, and well-suited for projects that require direct access to modern graphics APIs while maintaining portability and scalability.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo