JavaScript Storage Software

View 8552 business solutions

Browse free open source JavaScript Storage Software and projects below. Use the toggles on the left to filter open source JavaScript Storage Software by OS, license, language, programming language, and project status.

  • 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
  • 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
  • 1
    openmediavault

    openmediavault

    The open network attached storage solution

    OpenMediaVault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins. OpenMediaVault is primarily designed to be used in home environments or small home offices, but is not limited to those scenarios. It is a simple and easy to use out-of-the-box solution that will allow everyone to install and administrate a Network Attached Storage without deeper knowledge.
    Leader badge
    Downloads: 20,217 This Week
    Last Update:
    See Project
  • 2
    UltraDefrag

    UltraDefrag

    Increase your system performance with this easy to use tool

    Please note, here you can find the latest open source release of UltraDefrag (7.1.4). The most recent UltraDefrag release (14.0.0) can be found on our official website: https://ultradefrag.net UltraDefrag is a disk defragmenter for Windows, which supports defragmentation of locked system files by running during the boot process. It is easy to use without any complicated scripting or a huge load of configuration settings. You can filter the files processed by size, number of fragments, file name and path. You can terminate the process early by specifying an execution time limit.
    Leader badge
    Downloads: 989 This Week
    Last Update:
    See Project
  • 3
    h5ai

    h5ai

    HTTP web server index for Apache httpd, lighttpd and nginx

    h5ai is a modern file indexer for HTTP web servers with a focus on your files. Directories are displayed in an appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially, h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. Requires PHP 7.0+ and works fine with Apache httpd, lighttpd and nginx. Best user experience with the latest versions of Chromium-based browsers, Firefox, Safari and Edge, but a static fallback is provided for older browsers or if JavaScript is disabled.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 4
    pkg

    pkg

    Package your Node.js project into an executable

    This command line interface enables you to package your Node.js project into an executable that can be run even on devices without Node.js installed. Make a commercial version of your application without sources. Make a demo/evaluation/trial version of your app without sources. Instantly make executables for other platforms (cross-compilation). Make some kind of self-extracting archive or installer. No need to install Node.js and npm to run the packaged application. No need to download hundreds of files via npm install to deploy your application. Deploy it as a single file. Put your assets inside the executable to make it even more portable. Test your app against new Node.js version without installing it. pkg was created for use within containers and is not intended for use in serverless environments. For those using ZEIT Now, this means that there is no requirement to use pkg in your projects as the benefits it provides are not applicable to the platform.
    Downloads: 22 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 5
    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 development. Source code available on github https://github.com/geonetwork/
    Leader badge
    Downloads: 217 This Week
    Last Update:
    See Project
  • 6
    Rockstor

    Rockstor

    BTRFS based NAS and private cloud storage solution

    Rockstor is a Network Attached Storage (NAS) and private cloud storage solution based on advanced Linux technologies like BTRFS, Docker and others. In addition to standard NAS features like file sharing via NFS, Samba, SFTP and AFP, advanced features such as online volume management, CoW Snapshots, asynchronous replication, compression, and bitrot protection are supported based on BTRFS. Rockstor also provides apps like ownCloud, Syncthing, OpenVPN, and Plex to name a few. Apps or "Rock-ons" are powered by a Docker-based application hosting framework. And new ones can be simply added. These Rock-ons, combined with advanced NAS features, turn Rockstor into a private cloud storage solution accessible from anywhere, giving users complete control of cost, ownership, privacy and data security. Rockstor UI is written in Javascript, making it simple to manage everything from your Web browser. The backend is written in Python and exposes RESTful APIs to easily extend functionality!
    Downloads: 32 This Week
    Last Update:
    See Project
  • 7
    FileSaver.js

    FileSaver.js

    An HTML5 saveAs() FileSaver implementation

    Have you ever wanted to add a Save as… button to a webapp? Whether you’re making an advanced WebGL-powered CAD webapp and want to save 3D object files or you just want to save plain text files in a simple Markdown text editor, saving files in the browser has always been a tricky business. Usually when you want to save a file generated with JavaScript, you have to send the data to your server and then return the data right back with a Content-disposition: attachment header. This is less than ideal for webapps that need to work offline. The W3C File API includes a FileSaver interface, which makes saving generated data as easy as saveAs(data, filename), though unfortunately it will eventually be removed from the spec. With FileSaver.js, which implements FileSaver in all modern browsers, it’s possible to generate any type of file you want right in the browser, document editors can have an instant save button that doesn’t rely on an online connection.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    File-Type

    File-Type

    Detect the file type of a file, stream, or data

    File-Type is a Node.js library that detects the file type of a Buffer or Uint8Array by examining its binary signature, supporting a wide range of file formats.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    elFinder

    elFinder

    Open-source file manager for web, written in JavaScript

    elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. Creation is inspired by the simplicity and convenience of Finder program used in Mac OS X operating system. elFinder 2.1.x is currently actively developed, and recommended version. elFinder 2.0.x is stable version but lacks advanced features. All operations with files and folders on a remote server (copy, move, upload, create folder/file, rename, etc.). High-performance server backend and light client UI. Multi-root support. Local file system, MySQL, FTP, SFTP, Box, Dropbox, GoogleDrive and OneDrive volume storage drivers. Support AWS S3, Azure, Digital Ocean Spaces and more with League\Flysystem. Flysystem driver. Cloud storage (Box, Dropbox, GoogleDrive and OneDrive) drivers. Background file/folder upload with Drag & Drop HTML5 support.
    Downloads: 3 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 10
    Tagstoo

    Tagstoo

    Software to tag folders and files, with multimedia and epubs preview.

    Tag folders and files (including multimedia) by dragging the tags on them, you can create tags of various shapes and colors for a more intuitive classification. Precise search possibilities, with various input fields, allowing to add all the necessary tags that you want. For example, in one field you can add the tags ‘cat' and 'white' and in another field you can add the tags 'dog' and 'brown', so the search result will return all white cats and brown dogs. You can also indicate that the folders where they are must have certain tags. Multimedia files preview in both explorer and searcher results cards. The cover images of epubs also are shown. For images both system's default image viewer and program's new internal viewer can be launched alternatively. Usual file management actions by dragging and dropping or pressing buttons; copy, move, delete, rename. And undo button. It's possible to export/import the tagging data to a file, so data is available in any computer.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 11
    Pydio Cells

    Pydio Cells

    Formerly AjaXplorer, file sharing platform for the enterprise

    Pydio Cells is the mature open source alternative to dropbox and box, for the enterprise. Why building your own box? You need to access your documents across multiple devices, and regularly share documents (weblinks) and folders with your contacts and teams. Still, using a consumer SaaS box or drive service is neither practical nor safe. And enterprise SaaS box or drive services are expensive and come with Disk Storage that you already have on your servers or private cloud. How to build your own box with Pydio? Easily install Pydio on your servers or cloud of choice, Simply share documents and folders with your teams, Administrate your box with an Entreprise grade console (rights, groups, plug ins), Access documents with a Web Gui, Smartphones and tablet apps (iOS, Android), Sync folders on your computer (PC, Mac, Linux).
    Downloads: 12 This Week
    Last Update:
    See Project
  • 12
    angular-local-storage

    angular-local-storage

    AngularJS module that gives you access to the browsers local storage

    An AngularJS module that gives you access to the browsers local storage with cookie fallback. You can install angular-local-storage using 3 different ways. For local testing (when you are testing on localhost) set the domain to an empty string ''. Setting the domain to 'localhost' will not work on all browsers (eg. Chrome) since some browsers only allow you to set domain cookies for registry-controlled domains, i.e. something ending in .com or so, but not IPs or intranet hostnames like localhost. Configure whether events should be broadcasted on $rootScope for each action. You can also dynamically change storage type by passing the storage type as the last parameter for any of the API calls.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    LetoDMS

    LetoDMS

    Open Source Document Management System

    LetoDMS is an open-source, web-based document management system (DMS) written in PHP with a database backend. LetoDMS provides document meta-data, version control, security and easy access to your documents.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 14
    Space Radar Electron

    Space Radar Electron

    Disk And Memory Space Visualization App built with Electron & d3.js

    Space Radar Electron is an application that offers an interactive and comprehensive visualization of disk space and memory usage of your computer. Built with Electron & d3.js, it currently offers visualizations in the form of Sunburst, Treemap and Flamegraph charts. As it scans the contents of your disk, it produces a preview visualization so you can already see what's been scanned. It allows for drilldown of directories, breadcrumbs and navigation. Space Radar works fast, and is cross-platform. Currently, there are many developments being planned for Space Radar, including more targets for scanning, coloring by file types, filtering hidden files and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    UrBackup

    UrBackup

    Open Source Client/Server Network Backup System

    Efficient Client-Server Backup system for Linux, macOS and Windows. A client for Windows, FreeBSD and Linux lets you backup open files and complete partition images (Windows). Backups are stored to disks in a efficient way (deduplication) on either Windows or Linux servers.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    Virtual Ghost Explorer

    Tool for sharing folders schemas.

    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 17
    MaarchRM

    MaarchRM

    Normalized electronic document archiving system

    Maarch RM V2.0 Maarch RM complies to OAIS ISO-14721, ISO-14641 international norms for long-term document archiving.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    Bacula-Web

    Bacula-Web

    Monitoring and reporting web gui for Bacula

    Bacula-Web is a web based UI mostly written in PHP which provide you a summarized view of your Bacula's backup infrastructure. It obtain his information from your Bacula catalog's database. Latest stable version is available on https://www.bacula-web.org (Bacula-Web 9.5.0 - released on March 18th 2024).
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    ArchView is an extension of Firefox, which can open archive file online without downloading the whole archive. ArchView supports RAR and ZIP formats; HTTP, FTP and file: protocols. And it can present XUL or HTML interface.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    NB Renamer

    NB Renamer

    Interactive Batch Renamer

    NB Renamer is a free bulk renaming tool. Compared to other batch renaming software, it has a dynamic and interactive interface. It shows the preview of file name changes, and populates parameter values when you click or select on the file names. Combining a succinct design with meticulous implementation, it strives to makes the whole batch renaming process easier and intuitive.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21

    phpMyBackupPro

    phpMyBackupPro is the MySQL backup tool - especially without ssh!

    phpMyBackupPro is a web-based MySQL backup application in PHP. You can schedule backups, download, email or upload them with FTP and backup whole file directories. Zip and gzip compression, easy interface and installation. Many languages and online help!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    SYNC Commander is a backup / synchronization tool supporting file system to file system, FTP to file system, file system to FTP copy, update and sync. 2 folders with 750+ sub-folders, 260000+ files and 14 GB+ total is sync by it everyday on my servers.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23

    PanDocElectron

    Graphical User Interface for PanDoc for Linux, Mac & Windows

    PanDoc Graphical User Interface implemented with Electron for Linux, Mac and Windows. It support users in converting source documents into various other formats like docx, odt, html and reveal documentation. The zip files contain the full source code because PanDocElectron is written in HTML/Javascript. Electron is used more or less as browser that runs the HTML/Javascript application. [Download PanDocElectron](https://sourceforge.net/p/pandocelectron/wiki/Home/) Extract the zip-file from Downloads in your Documents folders (directory Documents/PanDoc). It contains support files PanDocElectron. The Application PanDocElectron is available on - (Homepage) http://github.com/niebert/PanDocElectron - (Wiki) https://sourceforge.net/p/pandocelectron/wiki/Home/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    AContent
    AContent is a free web content authoring tool and repository used for developing and sharing accessible, adaptable elearning content. Import and export IMS Common Cartridges, Content Packages, QTI Tests, and AccessForAll adapted content.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    This is a character and items editor for the game Diablo 2 (D2). This also features updates for the expansion pack Diablo 2 LOD. Features include stat editor, money, inventory, and gem upgrade system. Donations are needed and will soon be accepted!
    Downloads: 2 This Week
    Last Update:
    See Project