Showing 29 open source projects for "raw"

View related business solutions
  • 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
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Zeus-Raw-Copy

    Zeus-Raw-Copy

    Raw Disc Clone Tool

    This program runs on Debian-based Linux systems and performs raw cloning from disk to disk, disk to image, and image to disk. It is powered by the dd tool. Much better here: https://sourceforge.net/p/sysbackres/ https://github.com/shampuan/Zeus-Raw-Copy
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    GitHub Markup

    GitHub Markup

    Determines which markup library to use to render a content file

    This library is the first step of a journey that every markup file in a repository goes on before it is rendered on GitHub.com. GitHub-markup selects an underlying library to convert the raw markup to HTML. See the list of supported markup formats provided. The HTML is sanitized, aggressively removing things that could harm you and your kin—such as script tags, inline-styles, and class or id attributes. Syntax highlighting is performed on code blocks. See github/linguist for more information about syntax highlighting. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Reliable PostgreSQL Backup & Restore

    Reliable PostgreSQL Backup & Restore

    Reliable PostgreSQL backup and restore

    ...Compression is usually the bottleneck during backup operations but, even with now-ubiquitous multi-core servers, most database backup solutions are still single-process. pgBackRest solves the compression bottleneck with parallel processing. Utilizing multiple cores for compression makes it possible to achieve 1TB/hr raw throughput even on a 1Gb/s link. More cores and a larger pipe lead to even higher throughput. A custom protocol allows pgBackRest to backup, restore, and archive locally or remotely via TLS/SSH with minimal configuration. An interface to query PostgreSQL is also provided via the protocol layer so that remote access to PostgreSQL is never required, which enhances security.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Win32 Disk Imager

    Win32 Disk Imager

    A Windows tool for writing images to USB sticks or SD/CF cards

    This program is designed to write a raw disk image to a removable device or backup a removable device to a raw image file. It is very useful for embedded development, namely Arm development projects (Android, Ubuntu on Arm, etc). Anyone is free to branch and modify this program. Patches are always welcome. This release is for Windows 7/8.1/10. It will should also work on Windows Server 2008/2012/2016 (although not tested by the developmers).
    Leader badge
    Downloads: 16,427 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Dolphin-DVR-Pro

    Dolphin-DVR-Pro

    Professional CCTV DVR data recovery software.

    Many new users wish to learn more about the features of Dolphin CCTV DVR data recovery software. Users can learn this actually by using the DVR recovery trial software. Here is a proven list of Dolphin DVR features:
    Downloads: 30 This Week
    Last Update:
    See Project
  • 6

    G4L

    G4L 0.69 released 03/05/26 Disk imaging

    G4L version 0.69 has some major changes in build, but operation is mostly the same. Note: Build using Fedora 42 as Build system. Build Issue This Zip contains multiple files First is similar to the previous ISO files uses syslinux and can be written to CD or Flash Release 0.69a started 2025/09/01 Fedora 42 13218816 Mar 5 01:48 bz6x19.6 13321216 Mar 3 00:53 bz7x0.rc2 BusyBox v1.38.0.git (2026-03-02 10:01:49 ChST) multi-call binary. BIG Change - initrd support set to end 1/2027...
    Leader badge
    Downloads: 133 This Week
    Last Update:
    See Project
  • 7
    vRenamer
    vRenamer is an easy to use mass renamer with a lot of options. It's able to insert, remove, and replace strings, extract audio and images metadata, write audio metadata, change length, numbrering, undo/redo, and much more. Tested in Windows, Mac and Linux.
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 8
    RAWImaging

    RAWImaging

    Graphical frontend to work with binary images (RAW) of media

    Forensic (but not only) graphical frontend to work with binary images (RAW) of media in GNU/Linux. These images are universal and can be installed using both standard operating systems and popular forensic software such as Encase, Sleuthkit/Autopsy, etc. in all operating systems). The idea of the project is to implement a fast, convenient and safe making of legal copies and manipulating with images, by means of GNU/Linux, without the need for expensive hardware write lock on the media, it is necessary in the existing solutions under Windows. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A set of tools (command line and GUI) to provide a complete digital photo workflow for Unixes. EXIF headers are used as the central information repository, so users may change their software at any time without loosing any data.
    Downloads: 4 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    TestDisk & PhotoRec

    TestDisk & PhotoRec

    Disk recovery utility

    ...It has been extended to search also for non audio/video headers. It searches for Sun/NeXT audio data (.au)RIFF audio/video (.avi/.wav)BMP bitmap (.bmp)bzip2 compressed data (.bz2)Source code written in C (.c)Canon Raw picture (.crw)Canon catalog (.ctg)FAT subdirectoryMicrosoft Office Document (.doc)Nikon ds
    Leader badge
    Downloads: 313 This Week
    Last Update:
    See Project
  • 11
    clzw

    clzw

    Implementation of LZW compression algorithm in C

    Simple, fast implementation of LZW (Lempel–Ziv–Welch) data compression algorithm in C. - Console encoder/decoder tools - OS independent - Could be used in embedded projects - Works with raw code-stream LZW features: - Hardcoded dictionary size - Variable code size - Code search is performed by hash table and embedded in dictionary linked lists (encoder) - No dynamic memory allocation
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    VeraWipe

    VeraWipe

    Secure Disk Wipe

    A secure disk wipe tool based on VeraCrypt encryption engine. Release archives are signed using PGP key with fingerprint 607E5A7AD030D38E5E5C2CA502C30AE90FAE4A6F belonging to Mounir IDRASSI and which can be found on major key servers (e.g.. https://keys.openpgp.org/vks/v1/by-fingerprint/607E5A7AD030D38E5E5C2CA502C30AE90FAE4A6F).
    Downloads: 29 This Week
    Last Update:
    See Project
  • 13
    SD Imager

    SD Imager

    This tool is used for writing drive images to USB sticks or SD cards

    Writes and reads complete drive images to/from SD drives. Running on Windows 7 and above, requires .NET Framework 4.5 Because Win32DiskImager didn't work on my computers (Win7 + Win8), I decided to write my own tool using VS2013 and .Net 4.5. Currently it can read and write Images from/to SD drives or other via USB attached storage. Basic formatting functionality is also included. Please write a review! Thx
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 14

    MCImageBackup

    A fast multi-core partition image backup tool, which runs on linux.

    A fast multi-core partition image backup tool, which runs on linux. It is useful to backup/restore whole harddisk partitions at maximum speed on modern hardware. Works as raw data backup with LBZIP2 compression with all types of partitions (windows, linux, etc). The tool is freeware without any warranty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    dotNet Disk Imager

    dotNet Disk Imager

    Lightweight RAW and ZIP disk images reader and writer to USB or SD

    IMPORTANT!!! Since this is new software, your web browser, operating system or even possibly antivirus software may report security alerts against this tool. Please ignore that messages until this tool gets widely spread. This program is highly inspired by Win32 Disk Imager and sort of copies it's function. However, I've added some features, like verification of readed/writed image file and the most important is on the fly support for zipped images. Another features worth...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 16
    Image Writer

    Image Writer

    Write .raw .iso and .img files to USB disks.

    It writes .raw .iso and .img images to USB. Based on SUSE Image Writer.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17

    QtCopyChosenOriginals

    Copy Original Files based on a set of Chosen Files

    Based on a folder with some chosen files, copy those same files, possibly with different types from an originals folder to a destination folder. This is useful if you have a set of photos where you have selected some, and maybe resized them, and now want to get those same files as Raw or the Original size JPG files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FLAC Frontend

    FLAC Frontend

    The new, updated front-end for FLAC!

    ...This remake fixes most issues. FLAC Frontend is a convenient way for Windows users not used to working with command lines to use the official FLAC tools. It accepts WAVE, W64, AIFF and RAW files for encoding and outputs FLAC or OGG-FLAC files. It is able to decode FLAC files, test them, fingerprint them and re-encode them. It has drag-and-drop support too.
    Leader badge
    Downloads: 137 This Week
    Last Update:
    See Project
  • 19

    MiniKakofonix

    Asterix UDP multicast recorder

    This program is capable of subscribing to an UDP multicast feed containing (live) radar data in Eurocontrol Asterix format. The received UDP frames are stored in a recording file. A new (raw) Asterix recording file can be created every x minutes. The previously recorded Asterix filename contains date and timestamp. This tool can be used to do continuous 24/7 Asterix multicast recordings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ancha is a backup and restore application storing backups in directories of the (local) file system. These may include USB hard disks and network shares. ancha is not intended to store backups on tapes or other raw devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Batch extraction of RAR compressed archives
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This program is a simple tools to copy data from raw devices or files to another raw devices or files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GoodMerge is the ultimate space-saving companion tool to Cowering's Good ROM Renamer suite. It takes a ROM image collection (raw or compressed) and a “*Have.txt” file and packages each game along with only its variants.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 24
    A set of tools to build your own customed Linux distribution with more managability than raw LFS(Linux From Scratch). Include source package manager, file system backup and realtime mirror apps, and some assistant data structure writen in Python, etc...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Program for making image files of attached drives, Flash medias in first place. Writing image files to medias. Image formats: RAW, IMG, HDF. Extraction/adding of files from/to medias for diverse systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB