Showing 30 open source projects for "xray-core"

View related business solutions
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    appwrite

    appwrite

    Secure Backend Server for Web, Mobile & Flutter Developers

    Appwrite is a self-hosted and cloud backend-as-a-service platform that provides developers with all the core APIs required to build any application. Build your entire backend within minutes and scale effortlessly using Appwrite's open-source platform. Add Authentication, Databases, Functions, Storage, and Messaging to your projects using the frameworks and languages of your choice.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Administrate

    Administrate

    A Rails engine that helps you put together an admin dashboard

    ...To accomplish these goals, Administrate follows a few guiding principles, such as support the simplest use cases, and let the user override defaults with standard tools such as plain Rails controllers and views, and break up the library into core components and plugins, so each component stays small and easy to maintain.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Moby

    Moby

    Project for the container ecosystem to assemble containe-based systems

    ...Moby is an open framework created by Docker to assemble specialized container systems without reinventing the wheel. It provides a “lego set” of dozens of standard components and a framework for assembling them into custom platforms. At the core of Moby is a framework to assemble specialized container systems which provides a library of containerized components for all vital aspects of a container system, OS, container runtime, orchestration, infrastructure management, networking, storage, security, build, image distribution, etc. Tools to assemble the components into runnable artifacts for a variety of platforms and architectures: bare metal (both x86 and Arm); executables for Linux, Mac and Windows; VM images for popular cloud and virtualization providers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    serve

    serve

    Static file serving and directory listing

    ...The quickest way to get started is to just run npx serve in your project's directory. If you prefer, you can also install the package globally using Yarn (you'll need at least Node.js LTS). The core of serve is serve-handler, which can be used as middleware in existing HTTP servers. In order to customize the default behaviour, you can also pass custom routing rules, provide your own methods for interacting with the file system and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 5
    Guardian

    Guardian

    Elixir Authentication

    ...It integrates with Plug but can be used outside of it. If you're implementing a TCP/UDP protocol directly or want to utilize your authentication via channels in Phoenix, Guardian can work for you. The core currency of authentication in Guardian is the token. By default JSON Web Tokens are supported out of the box but you can use any token that Has the concept of a key-value payload, is tamper-proof, can serialize to a String, or that has a supporting module that implements the Guardian.Token behavior. You can use Guardian tokens to authenticate web endpoints (Plug/Phoenix/X), channels/Sockets (Phoenix - optional), and any other system you can imagine. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JSS

    JSS

    An authoring tool for CSS which uses JavaScript as a host language

    ...JSS is an authoring tool for CSS which allows you to use JavaScript to describe styles in a declarative, conflict-free and reusable way. It can compile in the browser, server-side or at build time in Node. JSS is framework agnostic. It consists of multiple packages, the core, plugins, framework integrations and others. If you’re interested in playing around with JSS, you can use an online code playground. Try a Hello World example on CodeSandbox. JSS generates actual CSS, not Inline Styles. It supports every existing CSS feature. CSS rules are created once and reused across the elements using its class name in contrary to Inline Styles. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OpenAuth

    OpenAuth

    Universal, standards-based auth provider

    ...It emphasizes secure defaults, including robust token handling, CSRF protections, and clear session lifecycles, while leaving room for customization where apps need it. Developers can bring their own database or storage layer and wire it through adapters without rewriting core logic. The goal is to remove boilerplate around sign-up/sign-in, user profiles, and authorization checks so teams can ship features faster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Go Backend Clean Architecture

    Go Backend Clean Architecture

    A Go (Golang) Backend Clean Architecture project with Gin, MongoDB

    This repository is a production-minded Go backend starter that applies Clean Architecture to keep business logic independent from frameworks, databases, and delivery mechanisms. It organizes code into layers—domain, use cases, interfaces/adapters—so swapping an HTTP framework or database does not ripple through core logic. The template includes well-chosen scaffolding for configuration, logging, dependency injection, error handling, and request validation so teams can focus on business features. It demonstrates practical patterns for repository interfaces, DTOs, and consistent response envelopes that keep APIs predictable. Testing is first-class: ports and adapters are designed for mocking and table-driven tests, which reduces friction when you add features. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Passport

    Passport

    Simple, unobtrusive authentication for Node.js

    ...It doesn’t impose specific user model structures or storage strategies but instead offers a unified API driven by “strategies”—small plugins that encapsulate authentication logic for protocols such as local username/password, OAuth, OpenID, SAML, and many others. This design allows developers to plug in only the strategies they need and swap or add new ones without rewriting core application logic, making Passport highly adaptable for diverse authentication requirements. Passport hooks into Express (and similar frameworks) using middleware functions that run during the request lifecycle, simplifying tasks like session management, credential validation, and user serialization.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Mkpass

    Mkpass

    Mkpass - Command line Secure Password Generator

    ...And while most password managers include a generator, there are times I need one outside of that. The code is written in java so it should run on any OS that supports it. Lastly, the idea and core code came from a Wikipedia article. I just took this and expanded upon it. https://en.wikipedia.org/wiki/Random_password_generator This is a single executable JAR file. While you will need Java installed, there is no need to install this program. Just download the JAR file, please it somewhere convenient, and execute it from the command line: java -jar mkpass.jar See home page for additional details and usage instructions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    IdentityServer4

    IdentityServer4

    OpenID Connect and OAuth 2.0 Framework for ASP.NET Core

    ...This always contains the latest version. Each (pre-) release is tagged with the corresponding version. The aspnetcore1 and aspnetcore2 branches contain the latest versions of the older ASP.NET Core based versions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Core Adjust

    Core Adjust

    Adjust various settings of Intel Processors.

    Core Adjust is a software tool that can be used to adjust various settings of 4th generation (Haswell) and later Intel(tm) processors on Debian/GNU and other Linux systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Univention Corporate Server (UCS)

    Univention Corporate Server (UCS)

    An open source Identity & Access Management solution with AD-functions

    ...UCS is ideal for managing distributed, heterogeneous, and virtualized IT environments across Windows, Mac OS, and Linux systems. Find out more about UCS on our website: https://www.univention.com/products/ucs/ Click here to download the free UCS Core Edition: https://www.univention.com/download-ucs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    OpenLdap Server Quick Setup

    Tool to quickly set up an LDAP server

    ...*This script will overwrite existing LDAP configs* Written with RHCSA students in mind, who will need an LDAP server to work with but won't actually be tested on how to set one up. Tested on a clean install/update of: CentOS Linux release 7.3.1611 (Core) + perl v5.16.3
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    RHQ

    RHQ

    Systems management and monitoring tool.

    The RHQ project is a plugin-based systems management and monitoring suite that provides extensible and integrated systems management for multiple products and platforms across a set of core features.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    Partylog2

    Partylog2 is a Graylog2 appliance based in Turnkey Linux 12

    Partylog2 is a Graylog2 appliance ready to install or boot in LiveCD mode. Its based in TurnKey Linux (TurnKey Core 12) which is based in Debian 6.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A tool for system configuration management, i.e. management of the configuration files of the operating system and core applications. Easy for a professional system administrator to start using, yet scalable to large and/or complex environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Securizant Linux Project aims to develop a linux distribution for the security-aware Linux power user. The focus will be to provide a small, core Linux distribution best suited for those who like to roll their own application software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    WPMU LDAP Plugin

    Deprecated project - see http://wordpress.org/extend/plugins/wpmuldap/

    A plugin to override the core Wordpress MU authentication method so as to use an LDAP server for authentication. This project is no longer maintained at this address. For current versions see: http://wordpress.org/extend/plugins/wpmuldap/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Fedora Frog is used by administrators to ease the task of installing many applications and files that are not installed by Fedora Core. It installs the extra repositories needed by Yum and allows the administrator to remove any of these packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Sun's XACML Implementation is an access control policy evaluation engine written entirely in the Java(tm) programming language. It supports XACML 1.x and 2.0 core features, and provides a number of powerful extensions and extensibility points.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Phenom-II Manager
    "Phenom II Manager" is a tool for monitoring and manage CPUs of AMD K10 series ( Phenom - II or Athlon - II ). It can manage every core separately ( first screenshot ) or it can manage all cores simultaneously ( second screenshot ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Moodle LDAP SSO Authentication Plugin
    This authentication plug-in enables LDAP single sign-on's from web portal SSL forms and uses a modified standalone version of the core LDAP Authentication Plug-in. Currently supports MS-ADLS (AD), and OpenLDAP (RFC2307 compliant) Server back ends.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Simple - yet powerful and extendable - system monitoring daemon, written completely in managed C#. User interfaces can be attached using various protocols, and new modules (written in any .NET language) can easily be linked to the core monitoring engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MonAMI: your friendly monitoring daemon. The MonAMI project is to build a simple monitoring daemon that supports multiple plugins. The core daemon mediates the flow of information whilst plugins provides rich functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next