Showing 23 open source projects for "garnet-file"

View related business solutions
  • 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
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 1
    Outline Server

    Outline Server

    Outline Manager, developed by Jigsaw

    Access to the free and open Internet. Outline makes it easy to create a VPN server, giving anyone access to the free and open Internet. Outline allows anyone to access the free and open Internet more securely by running their own VPN. Running your own VPN server with Outline increases the security of Internet access and makes the connection harder to block. VPNs are useful to protect the privacy of your communications and allow you to keep access to the Internet open. However, with most VPN...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 2
    Gitako

    Gitako

    File tree extension for GitHub on Chrome & Firefox & Edge

    Gitako is a free file tree extension for GitHub, available on Chrome, Firefox and Edge. Various icons and official themes support. Support git submodule. Fold source code. It is more recommended for Edge users to install from the Chrome store. It may delay for weeks before updates got published to the Edge store because its review process is slow. Gitako doesn't share your private data at all.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Refined GitHub

    Refined GitHub

    Browser extension that simplifies GitHub interface and adds features

    ...In your forked repos, shows number of your open PRs to the original repo. Adds a link to access the past runs of a GitHub Action workflow when seeing the workflow configuration file. And much more.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    apigen-ts

    apigen-ts

    Typed HTTP client generator as single file without extra dependencies

    TypeScript client generator from OpenAPI schema.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 5
    JSONView

    JSONView

    A web extension that helps you view JSON documents in the browser

    ...JSONView is a Web extension compatible with Firefox and Google Chrome that helps you view JSON documents in the browser. Once you've got JSONView installed, check out the example JSON file to see the extension in action! If you'd like to contribute to JSONView but don't want to code, consider contributing a translation. Copy the existing localization files from src/_locale and fill them in for your own language, then send a pull request. You can do it all from the GitHub interface. There's not many strings to translate!
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    Azure SDK for JavaScript

    Azure SDK for JavaScript

    This repository is for active development of the Azure SDK for JS

    ...The readme for each package contains code samples and package information. This readme can be found in the corresponding package folder under the folder of the service of your choice in the /SDK folder of this repository. The same readme file can be found on the landing page for the package in npm. The API reference documentation of the latest versions of these packages can be found at our public developer docs. The API reference documentation of older versions can be found in our versioned developer docs.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Docmost

    Docmost

    An open-source collaborative wiki and documentation software

    Open-source collaborative wiki and documentation software. The editor allows multiple users to edit pages simultaneously in real-time. It has support for tables, math (LaTex), and callouts to name a few. Control who can view, edit, and manage content with a robust permissions system, ensuring information is secure and accessible to the right people. Organize your content into distinct spaces dedicated to different teams, projects, or departments, providing a structured and focused...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    webiny

    webiny

    Enterprise open-source serverless CMS

    Enterprise open-source serverless CMS. Includes a headless CMS, page builder, form builder and file manager. Easy to customize and expand. Deploys to AWS. Create GraphQL APIs, full-stack applications and websites. Deploy with single command to your AWS. Runs on services like AWS Lambda and DynamoDB. Highly-scalable & highly-available out of the box. You get a full-stack project with a GraphQL API and a React frontend that you can use to start building.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    jupyter-fs

    jupyter-fs

    A filesystem-like contents manager for multiple backends in Jupyter

    A plugin for JupyterLab that lets you set up and use as many file browsers as you like, connected to whatever local and/or remote filesystem-like resources you want. The backend is built on top of PyFilesystem, while the frontend is built on top of JupyterLab Filetree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    Authenticator

    Authenticator

    Authenticator generates 2-Step Verification codes in your browser

    ...Always keep a backup of your secrets in a safe location. Encrypting your secrets is strongly recommended, especially if you are logged into a Google account. Back up your secrets to a file, Google Drive, Microsoft OneDrive, or Dropbox. Sync your secrets with your Google Account. Available for Chrome, Firefox, and Microsoft Edge. Import data from Google Authenticator's official mobile App.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PostCSS

    PostCSS

    A tool for transforming CSS with JavaScript

    ...These plugins can do a great number of things: transpile future CSS syntax, lint your CSS, support variables and mixins, and so much more. PostCSS works by taking a CSS file and providing an API to analyze and modify its rules (through its transformation into an Abstract Syntax Tree). The API can then be used by plugins to do a lot of useful things. With PostCSS, you can increase code readability by adding vendor prefixes to CSS rules; convert modern CSS so it's understood by more browsers; and avoid errors in your CSS via stylelint, a modern CSS linter. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ky

    ky

    JavaScript HTTP client based on the browser Fetch API

    ...For older browsers, you will need to transpile and use a fetch polyfill and globalThis polyfill. For Node.js, check out Got. For isomorphic needs (like SSR), check out ky-universal. It's just a tiny file with no dependencies. Internally, the standard methods (GET, POST, PUT, PATCH, HEAD and DELETE) are uppercased in order to avoid server errors due to case sensitivity. Search parameters to include in the request URL. Setting this will override all existing search parameters in the input URL. After prefixUrl and input are joined, the result is resolved against the base URL of the page (if any). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GeoNetwork opensource - Metadata Catalog
    A web based Metadata Catalog Server for data description and discovery. Supports both generic and geospatial data discovery. It implements international standards (e.g. ISO19115/19139/19119, ISO19115-3, DCAT-AP, CSW 2.0, OGC API Records). It originates from the United Nations and is used by many governments as geoportal software. Active development and discussion takes place on GitHub and OSGeo Discourse. You can also connect directly with the companies supporting the...
    Leader badge
    Downloads: 126 This Week
    Last Update:
    See Project
  • 14
    HTserveFS

    HTserveFS

    Fast file system server with modern web UI and direct transfers

    Powerful HTTP file system server (HFS) designed for fast, direct file transfers without intermediaries. This modern file server solution features a responsive web interface for seamless file management, supporting unlimited file sizes with high-speed transfers. Built with advanced security including JWT authentication, role-based permissions, and TLS encryption.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Rclone UI

    Rclone UI

    The GUI for Rclone

    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    Plum Harbor

    Plum Harbor

    An open-source file sharing app built using Next.js and Perplexity.

    An open-source file sharing app built using Next.js and Perplexity. The app employs ML-KEM-1024, ChaCha20, Serpent-256, and HMAC-SHA512 to ensure data confidentiality and integrity. The app is also equipped with a dedicated password vault. Check it out at https://plum-harbor.netlify.app/ GitHub page: https://github.com/Northstrix/plum-harbor Codeberg page: https://codeberg.org/Northstrix/plum-harbor The app is available in English and Hebrew.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Lakhash

    Lakhash

    An experimental cloud storage service featuring client-side encryption

    An experimental cloud storage service built with Next.js, featuring client-side file encryption, a dedicated password vault, advanced integrity verification functionality, and a convenient UI. Lakhash is also equipped with the password vault. Check it out at https://lakhash.netlify.app GitHub repository: https://github.com/Northstrix/Lakhash Codeberg repository: https://codeberg.org/Northstrix/Lakhash/ The related Medium article can be found at https://medium.com/@Northstrix/2be1c60ec6e8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Piping Server

    Piping Server

    Infinitely transfer between every device over pure HTTP with pipes

    Infinitely transfer between every device over pure HTTP with pipes or browsers. Piping Server transfers data to POST /hello or PUT /hello into GET /hello. The path /hello can be anything such as /mypath or /mypath/123/. A sender and receivers who specify the same path can transfer. Both the sender and the recipient can start the transfer first. The first one waits for the other. The most important thing is that the data are streamed. This means that you can transfer any data infinitely. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HackTools

    HackTools

    The all-in-one Red Team extension for Web Pentesters

    The all-in-one Red Team browser extension for Web Pentesters. HackTools, is a web extension facilitating your web application penetration tests, it includes cheat sheets as well as all the tools used during a test such as XSS payloads, Reverse shells and much more. With the extension you no longer need to search for payloads in different websites or in your local storage space, most of the tools are accessible in one click. HackTools is accessible either in pop-up mode or in a whole tab in...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Scully

    Scully

    The Static Site Generator for Angular apps

    Scully pre-renders each page in your app to plain HTML & CSS. To do this, Scully uses guessjs to find all of the routes in your project. Scully then visits each route, rendering the view and saving it to an HTML file. You can then ship all of those HTML files to production. Each view in your app can now be delivered to your users in just a few KBs, as opposed to the hundreds/thousands of KBs required to download your entire Angular app. Your app appears INSTANTLY on any device (including mobile 3G).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GraphQL HTTP Server Middleware

    GraphQL HTTP Server Middleware

    Create a GraphQL HTTP server with Express

    Create a GraphQL HTTP server with any HTTP web framework that supports connect styled middleware, including Connect itself, Express and Restify. This module includes a TypeScript declaration file to enable auto complete in compatible editors and type information for TypeScript projects. Use .get or .post (or both) rather than .use to configure your route handler. If you want to show GraphiQL in the browser, set graphiql, true on your .get handler. An optional function for adding additional metadata to the GraphQL response as a key-value object is provided. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Log.io

    Log.io

    Real-time log monitoring in your browser

    ...Input paths can be a file path, directory path or a glob. Additionally, watcher options can be provided for more fine-grained control over file watching mechanics and performance. The file input connects to the server via TCP, and writes properly formatted strings to the socket.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    S3 Web Uploader

    S3 Web Uploader

    A minimalistic Web UI to conveniently upload and download files

    A minimalistic UI to conveniently upload and download files from AWS S3/Digital Ocean Space/MinIO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next