Showing 142 open source projects for "localhost"

View related business solutions
  • 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
  • Top Corporate LMS for Training | Best Learning Management Software Icon
    Top Corporate LMS for Training | Best Learning Management Software

    Deliver and Track Online Training and Stay Compliant - with Axis LMS!

    Axis LMS enables you to deliver online and virtual learning and training through a scalable, easy-to-use LMS that is designed to enhance your training, automate your workflows, engage your learners and keep you compliant.
    Learn More
  • 1
    bore

    bore

    bore is a simple CLI tool for making tunnels to localhost

    A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That's all it does, no more and no less. This will expose your local port at localhost:8000 to the public internet at bore.pub:<PORT>, where the port number is assigned randomly. Similar to localtunnel and ngrok, except bore is intended to be a highly efficient, unopinionated tool for forwarding TCP traffic that is simple to install and easy to self-host, with no frills attached. (bore totals less than 400 lines of safe, async Rust code and is trivial to set up — just run a single binary for the client and server.) ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    flag-icon-css

    flag-icon-css

    A collection of all country flags in SVG

    ...Run the npm install to install the dependencies after cloning the project and you'll be able to watch for changes and live reload if served, to build *.less files, to serve it on localhost:8000, and to have only specific countries in the css file, for which you will need to remove the ones that you don't need from the flag-icon-list.less file and build it again.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Bot Framework Emulator

    Bot Framework Emulator

    Locally test and debug chat bots built with the Bot Framework SDK

    Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots, either locally or remotely. Using the Emulator, you can chat with your bot and inspect the messages that your bot sends and receives. The Emulator displays messages as they would appear in a web chat UI and logs JSON requests and responses as you exchange messages with your bot. Before you deploy your bot to the cloud, run it locally and test it using the Emulator. You can test your bot using...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 4
    Jan.ai

    Jan.ai

    Open source alternative to ChatGPT that runs 100% offline

    Jan.ai is an open-source, privacy-focused AI assistant that serves as an alternative to ChatGPT, running completely locally on your device. It allows you to download and run LLMs (local language models) offline while also offering optional integration with cloud-based model providers—giving you full control over your data and AI interactions. Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace. Connect to GPT models via OpenAI, Claude models via Anthropic, Mistral,...
    Downloads: 25 This Week
    Last Update:
    See Project
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 5
    bifrost-gateway

    bifrost-gateway

    A lightweight IPFS Gateway daemon backed by a remote data store

    A lightweight IPFS Gateway daemon backed by a remote data store. bifrost-gateway provides a single binary daemon implementation of HTTP+Web Gateway Specs. All you need is a trustless gateway endpoint that supports verifiable response types. The minimum requirement is support for GET /ipfs/cid with application/vnd.ipld.raw (block by block).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Open WebUI

    Open WebUI

    User-friendly AI Interface

    Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform designed to operate entirely offline. It supports various LLM runners like Ollama and OpenAI-compatible APIs, with a built-in inference engine for Retrieval Augmented Generation (RAG), making it a powerful AI deployment solution. Key features include effortless setup via Docker or Kubernetes, seamless integration with OpenAI-compatible APIs, granular permissions and user groups for enhanced security,...
    Downloads: 40 This Week
    Last Update:
    See Project
  • 7
    Vercel

    Vercel

    Optimal workflow for frontend teams

    Vercel combines the best developer experience with an obsessive focus on end-user performance. Our platform enables frontend teams to do their best work. Developers love Next.js, the open source React framework Vercel built together with Google and Facebook. Next.js powers the biggest websites like Twilio, for use cases in e-commerce, travel, news, and marketing. Vercel is the best place to deploy any frontend app. Start by deploying with zero configuration to our global edge network. Scale...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 8
    cdebug

    cdebug

    A swiss army knife of container debugging

    A swiss army knife of container debugging. Execute commands or start interactive shells in scratch, slim, or distroless containers, with ease. The cdebug exec command is a crossbreeding of docker exec and kubectl debug commands. You point the tool at a running container, say what toolkit image to use, and it starts a debugging "sidecar" container that feels like a docker exec session to the target container.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OpenFGA
    A high-performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar. OpenFGA is designed to make it easy for developers to model their application permissions and add and integrate fine-grained authorization into their applications. It allows in-memory data storage for quick development, as well as pluggable database modules. It currently supports PostgreSQL 14, MySQL 8, and SQLite (currently in beta). It offers an HTTP API and a gRPC API. It...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Collect! is a highly configurable debt collection software Icon
    Collect! is a highly configurable debt collection software

    Everything that matters to debt collection, all in one solution.

    The flexible & scalable debt collection software built to automate your workflow. From startup to enterprise, we have the solution for you.
    Learn More
  • 10
    Mongoid

    Mongoid

    Ruby ODM framework for MongoDB

    ...Mongoid is customarily configured through a mongoid.yml file that specifies options and clients. The simplest configuration is as follows, which configures Mongoid to talk to a MongoDB server at “localhost:27017” and use the database named “mongoid”. If you are not using Ruby on Rails, Mongoid configuration must be loaded manually. This can be done via the Mongoid.load! method, which takes the configuration file path as its argument. It is also possible to configure Mongoid directly in Ruby, without using a configuration file. This configuration style does not support the concept of environments - whatever configuration is provided, it is applied to the current environment, but it does support defining multiple clients.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    PokeAPI

    PokeAPI

    The Pokémon API

    This is a full RESTful API linked to an extensive database detailing everything about the Pokémon main game series. We've covered everything from Pokémon to Berry Flavors. We have awesome documentation on how to use this API. It takes minutes to get started. This API will always be publicly available and will never require any extensive setup process to consume. Each time the build script is run, it will iterate over each table in the database, wipe it, and rewrite each row using the data...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    node-pg-migrate

    node-pg-migrate

    Node.js database migration management for Postgresql

    ...It will create file xxx_my-first-migration.js in migrations folder. Now you should put your DB connection string to DATABASE_URL environment variable and run npm run migrate up. (e.g. DATABASE_URL=postgres://test:test@localhost:5432/test npm run migrate up).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SiteOne Crawler

    SiteOne Crawler

    SiteOne Crawler is a website analyzer and exporter

    SiteOne Crawler is a very useful and easy-to-use tool you'll ♥ as a Dev/DevOps, website owner or consultant. Works on all popular platforms - Windows, macOS, and Linux (x64 and arm64 too). It will crawl your entire website in depth, analyze and report problems, show useful statistics and reports, generate an offline version of the website, generate sitemaps, or send reports via email. Watch a detailed video with a sample report for Astro. build website. This crawler can be used as a...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Monitorix

    Monitorix

    Monitorix is a free, open source, lightweight system monitoring tool

    ...Monitorix includes its own HTTP server built in (which is listening by default on port 8080/TCP) to see the statistics graphs, so you aren't forced to install a third-party web server to use it. Just point your browser at http://localhost:8080/monitorix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    sish

    sish

    HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH

    An open source serveo/ngrok alternative. Builds are made automatically for each commit to the repo and are pushed to Dockerhub. Builds are tagged using a commit sha, branch name, tag, latest if released on main. Each release builds separate sish binaries that can be downloaded from here for various OS/archs. Feel free to either use the automated binaries or to build your own. If you submit a PR, images are not built by default and will require a retag from a maintainer to be built. You can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Secure

    Secure

    HTTP middleware for Go that facilitates some quick security wins

    ...When IsDevelopment is true, the AllowedHosts, SSLRedirect, STS header, and HPKP header will not be in effect. This allows you to work in development/test mode and not have any annoying redirects to HTTPS (ie. development can happen on HTTP), or block localhost has a bad host. Secure comes with a variety of configuration options. Secure allows you to set a custom function for the AllowRequestFunc option. You can use this function as a custom filter to allow the request to continue or simply reject it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ESP32-Paxcounter

    ESP32-Paxcounter

    Wifi & BLE driven passenger flow metering with cheap ESP32 boards

    ...Therefore, Paxcounter does not persistently store MAC addresses and does no kind of fingerprinting the scanned devices. Data can either be stored on a local SD-card, transferred to the cloud using LoRaWAN network or MQTT over TCP/IP, or transmitted to localhost using serial (SPI) interface. LED Matrix display (similar to this 64x16 model, can be ordered on Aliexpress). SD-card (see section SD-card here) for logging pax data.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    DevSpace

    DevSpace

    The Fastest Developer Tool for Kubernetes

    Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes. DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster. DevSpace is a very lightweight, client-only CLI tool which uses your current kube-context, just like kubectl or helm. It does not require you to install anything inside your cluster and works out of the box with every Kubernetes cluster. Builds all images in parallel using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ChatTTS webUI & API

    ChatTTS webUI & API

    A simple native web interface that uses ChatTTS to synthesize text

    ...From version 0.96 onward, ffmpeg installation is required for deployment, and previous CSV/PT voice tables are no longer valid, so users instead work with updated “voice value” parameters. For convenience, there is a prepackaged Windows build: you download a release archive, extract it, and double-click app.exe to start the web UI, which opens on localhost:9966.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Okteto

    Okteto

    Develop your applications directly in your Kubernetes Cluster

    Kubernetes has made it very easy to deploy applications to the cloud at a higher scale than ever, but the development practices have not evolved at the same speed as application deployment patterns. Today, most developers try to either run parts of the infrastructure locally or just test these integrations directly in the cluster via CI jobs, or the docker build/redeploy cycle. It works, but this workflow is painful and incredibly slow. Okteto accelerates the development workflow of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    DocTrax

    Document Tracking System for DepEd RO III

    ...Rename the folder to devdoctrax. 2. Create a database dev_doctrax. 3. Open devdoctrax/index.php. 4. Change line 58 to development or define('ENVIRONMENT', 'development'); 5. Run the app through localhost/devdoctrax. For testing: 1. Rename the folder to testdoctrax. 2. Create a database test_doctrax. 3. Open testdoctrax/index.php. 4. Change line 58 to testing or define('ENVIRONMENT', 'testing'); 5. Run the app through localhost/testdoctrax. For production: 1. Rename the folder to ro3doctrax. 2. Create a database ro3_doctrax. 3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    shnk

    shnk

    SHNK is a CLI tool made for developers to automate the App creation

    SHNK is a CLI tool made for developers to automate there App creation tasks like installing ReactJS then installing TailwindCSS then configuring it, It does all itself even opens the LocalHost for you, It can create your NEXTJS project and Backend with authentication with just one click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Limbo-Bot

    Limbo-Bot

    Limbo bot with Lua for Stake.com

    If you want to compile yourself, then download the sourcecode and put cf.exe and node_modules folder from the release zip into the same directory as the Limbo.exe I signed both exe cf.exe and Limbo.exe with a local certificate. About cf.exe is a NodejS javascript file bundled with nodejs into executable, which runs a cloudflare proxy on localhost on port 3000 to bypasss checks. I gonna upload the javascript file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Mato Project

    Mato Project

    Mato Project / IDE to the user

    Our Mato Notepad Mato is a new notepad software for businesses, developers and people. the program has many functions developed for both programmers and people. We support many possibilities, including html, php, c # or ivona. With our product You can really do a lot and the great advantage of our product is that it is completely free and you do not pay any fees for installation or use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Orion

    Orion

    All-in-one Windows dev stack: Apache, NGINX, PHP, MariaDB, MySQL

    Orion is a comprehensive, all-in-one localhost development stack for Windows. It integrates Apache, NGINX, PHP, MariaDB, MySQL, XDebug, and HeidiSQL, providing developers with a powerful, flexible environment to build, test, and debug web applications. Orion allows you to run multiple server types side by side, manage databases easily, and debug PHP code efficiently. Its portable, self-contained setup ensures minimal configuration and quick startup, making it ideal for learning, development, and testing of complex PHP/MySQL projects. ...
    Downloads: 1 This Week
    Last Update:
    See Project