Browse free open source Java File Systems and projects below. Use the toggles on the left to filter open source Java File Systems by OS, license, language, programming language, and project status.

  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Catacombae

    Catacombae

    A free collection of applications and utility programs

    This project serves as a collection of different free software projects that I'm working on. The major ones are currently "HFSExplorer", "DMGExtractor", and "NTFS-3G for Mac OS X".
    Leader badge
    Downloads: 3,525 This Week
    Last Update:
    See Project
  • 2
    Openfiler is a browser-based network storage management utility. Linux-powered, Openfiler delivers file-based Network Attached Storage (NAS) and block-based SAN in a single framework. It supports CIFS, NFS, HTTP/DAV, FTP, and iSCSI.
    Leader badge
    Downloads: 217 This Week
    Last Update:
    See Project
  • 3
    WipeFreeSpace

    WipeFreeSpace

    Secure wiping/shredding of free disk space with many methods

    WipeFreeSpace is a program to securely erase/wipe/overwrite/shred the free space on file systems WITHOUT DESTROYING EXISTING FILES, to prevent recovery of deleted sensitive data. This allows protecting the user's privacy when e.g. selling the drive or the whole computer. The following filesystems are supported: - Ext2/3/4, - NTFS, - XFS, - ReiserFSv3/4, - FAT12/16/32, - MinixFS1/2, - JFS, - HFS/HFS+, - OCFS. The following wiping methods are supported: Gutmann-like, random, Schneier, DoD. Additionally, WipeFreeSpace can finalize wiping the filesystem by writing blocks of zeros, which is friendly for sparse files, virtual systems and other places where zeroed-out space is not physically allocated. See the project homepage https://wipefreespace.sourceforge.io and the project Wiki in the menu above. To prevent clear-text data from being left on the drive in the first place, you can use LibSecRm (https://libsecrm.sourceforge.io), which wipes the data on-the-fly.
    Leader badge
    Downloads: 86 This Week
    Last Update:
    See Project
  • 4
    Bulk Extension Changer

    Bulk Extension Changer

    Simple tool to change file extensions

    This simple tool allows you to change the extensions of files in a given directory (and subdirectories) from one type to another. No fluff or overblown GUI; does what it says on the tin.
    Downloads: 38 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 5
    File Master

    File Master

    File Master is a multipurpose file handling tool.

    File Master is created to assist you when handling many files at one time. File Master can for example rename many files at once, or zip them for storage.
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project
  • 6
    A Java library that allow Java applications to receive file system events on Windows and Linux.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    droiD64 is a graphical filemanager for D64 files (Commodore 64 and others). May this tool make life easier for Commodore 64 fans, especially for those using MAC and Linux systems as there are tools available for Windows anyway.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 8
    JFileSync is a Java application used to synchronize directories of two different file systems. For instance, you want to synchronize a set of directories on your laptop with a set of corresponding directories on your workstation.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    JNode is a Java New Operating system Design Effort. JNode is a simple to use and install Java operating system for personal use on modern devices. Any java application runs on it, fast and safe. See our homepage for additional information.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    DirSize

    DirSize

    DirSize - The command line directory reporting tool

    DirSize is a directory reporting tool. It recursively scans the provided (or current) directory, and reports the number of files and director sizes of each subdirectory present. It also defaults to sorting by by directory size, but there are other options. One of the interesting things about DirSize is it shows a visual representation of the file sizes of counts. I call this a SizeMap or FilesMap and it's the area to the right of the output. If you sort by size (default or -ss) or directories (-sd) is will show the SizeMap. If sorted by file counts (-sf) the map will change to show a visual representation of the number of files per subdirectory, sorted from high to low. 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 dirsize.jar See https://github.com/frossm/dirsize for details
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    FileRally

    FileRally

    Quick access to the files you need most

    FileRally is a launcher or dock for files. FileRally displays an always up-to-date virtual folder containing your most frequently used and most recently used files. The files you are most likely to need are at your fingertips without navigation, without searching, without settings changes, and without an app launcher. Setup is extremely simple. Just point to your files and go. See settings screen shots below and project web site. v1.4 is for 64-bit systems only. Use v1.2 with 32-bit systems.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12
    IngestList is a java based tool to perform automated batch identification of file formats and to characterise some important properties. It is designed to meet the fundamental requirement of any digital repository.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    DigiExtractor
    DigiExtractor is a tool to allow extraction of video recordings from the DigiCorder series of DVB receivers manufactured by TechniSat.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    This is a java implement FUSE binding (FileSystem in User Space), again, this can be used as remote file system by io package in this project.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    A very simple, but useful, application that creates a list of files in any folder/directory on your computer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    The “Media Crawler” is an extensible Eclipse RCP based desktop application which will crawl a given file system, extract metadata from files, map metadata to internal schemas and store the metadata in a databse. This project is ANDS-funded.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Android File Search

    Android File Search

    Show files on Android device

    A new version has been uploaded. Filename is "filesearch4.apk". This new version allows to delete files, rename files, delete directories, rename directories, and view text files when the file extension is : txt, xml, htm, html, xsl, xslt, text, ascii, ini, asp, aspx, java, kt, cs, js, jsp, php, bat, css, csv, kml, svg (feel free to ask for more file extensions, that should be a setting in the application in the future). The application starts browsing from the internal storage of the Android device ("/storage/emulated/0") so you can browse your data file (pictures, alarms, documents, downloads, movies, music, ringtones...). This version also allows you to view the first 1024 bytes of any clicked file in hex format if it is not a text file.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    A software to sort, list & print files from folder(s) & sub folders. Please note that you need Java Runtime Environment (JRE) 6 or later. Latest JRE is available at http://java.sun.com/javase/downloads/index.jsp Read "Latest News" below for details
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Rename File Application is written by java with GUI, it should be easy and simple enough to use. Rename application included 3 functions - Add Text, Replace Text and Auto Generate This Application granted 100% FREE award granted by Softpedia
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    A simple utility to split a concatenated vCard format file into separate files (IETF RFC 2426 - vCard MIME Directory Profile). It splits on the BEGIN:VCARD and END:VCARD tags. It was created to help import a Lotus Organizer export file into Palm Desktop
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21

    JFRenamer

    Rename files with : recursion (sub-folders), undo, regular expression

    Rename files with advanced capacity (recursion, undo, regular expression, variables...) for Windows and LINUX. Comments and Help welcome. You must install JAVA Runtime V1.6 or more. See http://jfrenamer.sourceforge.net/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    transformenator

    transformenator

    Text and binary file transformation

    Text and binary file transformation. Text-based sed, awk, etc. failed me when I needed a simple way to transform binary files to something else. Transformenator is what resulted.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Java Batch Job Framework. The JBJF uses an XML definition file to abstract many of your common batch job parameters. The JBJF programming framework uses a task list concept as a divide and conquer strategy to simplify your batch job development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    File Size Changer

    File Size Changer

    Increase the Size of File without corrupting it

    Using this small tool, you could actually fake a file size to any limit, keeping the file uncurropted and usable just as it in normal form. In Short - It Increases the size without damaging the file. Warning: If you try to 'decrease' the file size, you may lose the contents of the file but this is NOT the case while increasing the file size
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    The J9P development framework is designed to ease the integration of legacy or non-9P services into 9P networks. It is a pure Java implementation and will run on various hard- and software platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.