1
0
Fork 0
mirror of https://github.com/keirf/greaseweazle.git synced 2026-06-04 10:15:28 +09:00
Tools for accessing a floppy drive at the raw flux level https://github.com/keirf/greaseweazle
  • Python 92.1%
  • C 7%
  • Shell 0.6%
  • Makefile 0.3%
Find a file
2026-03-18 10:34:10 +00:00
.github/workflows github: Update workflow actions to latest versions 2026-03-18 10:34:10 +00:00
scripts Use raw strings for regexes; fixes SyntaxWarning: invalid escape sequence 2024-09-13 09:01:00 +01:00
src/greaseweazle Added RM disk defs 2026-03-18 10:09:59 +00:00
.gitignore make dist: Use the sdist tarball as primary source release tarball. 2022-04-07 14:36:12 +01:00
COPYING first commit 2018-03-22 10:54:50 +00:00
INSTALL INSTALL: Make the installation instructions a little less laconic. 2023-12-27 15:09:50 +00:00
Makefile IPF: Rename to CAPS and support both IPF and CTRaw (requires library v5.x) 2023-09-07 15:40:33 +01:00
MANIFEST.in make dist: Use the sdist tarball as primary source release tarball. 2022-04-07 14:36:12 +01:00
pyproject.toml pyproject.toml: setuptools_scm needs more up-to-date setuptools 2023-10-15 12:34:40 +01:00
README Create a plain-text README file for release distribution. 2021-12-27 17:10:24 +00:00
README.md README.md Update for pipx 2024-05-24 14:08:03 +01:00
RELEASE_NOTES Update to v1.23 2025-12-17 09:50:11 +00:00
Rules.mk Rules.mk: Remove unneeded PHONY/FORCE rules 2022-01-01 17:37:35 +00:00
setup.py Upgrade to bitarray version 3 2024-12-30 11:00:32 +00:00

Greaseweazle Host Tools

Tools for accessing a floppy drive at the raw flux level.

CI Badge Downloads Badge Version Badge

This repository contains the host tools for controlling Greaseweazle: an Open Source USB device capable of reading and writing raw data on nearly any type of floppy disk.

For more info see the following links:

Installation

Windows: Simply download and unzip the latest release of the host tools. You can now open a CMD window and run the gw.exe tool from inside the unzipped release folder.

macOS, Linux: You can install the latest host tools release directly from GitHub using Python Pipx:

pipx install git+https://github.com/keirf/greaseweazle@latest

See the software installation wiki page for more details.

Usage

Type gw --help for on-line help.

Read the GitHub wiki for more detailed usage instructions.

Redistribution

Greaseweazle source code, and all binary releases, are freely redistributable in any form. Please see the license.