https://github.com/dfgordon/a2kit
Retro disk images and languages
https://github.com/dfgordon/a2kit
apple2 disk-images lsp-server retrocomputing
Last synced: about 1 month ago
JSON representation
Retro disk images and languages
- Host: GitHub
- URL: https://github.com/dfgordon/a2kit
- Owner: dfgordon
- License: mit
- Created: 2022-08-28T16:15:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-10T23:01:04.000Z (5 months ago)
- Last Synced: 2026-01-11T06:53:35.631Z (5 months ago)
- Topics: apple2, disk-images, lsp-server, retrocomputing
- Language: Rust
- Homepage:
- Size: 2.85 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# a2kit
Command line interface and library for retro disk images, file systems, and languages, with emphasis on Apple II.
* Designed to be scriptable
* Language Servers - Applesoft, Integer BASIC, Merlin Assembly
- deep analysis, tokenization, disassembly, adheres to [LSP](https://microsoft.github.io/language-server-protocol/)
* File Systems - Apple DOS 3.2, Apple DOS 3.3, ProDOS, CP/M, UCSD Pascal, FAT (such as MS-DOS)
- full read and write access
- preservation of sparse structure
- conversion of source files to and from legacy formats
* Disk Images - 2MG, D13, DO, DSK, IMD, IMG, NIB, PO, TD0, WOZ
- create, read, and write with all types
- handles proprietary soft sector formats
## Documentation
[Command Line Interface](https://github.com/dfgordon/a2kit/wiki)
[Library Crate](https://docs.rs/a2kit/latest/a2kit)
## Links
[Applesauce](https://applesaucefdc.com/) - device for working with real floppies. The accompanying software is free and works with many kinds of disk images.
[Call-A.P.P.L.E.](https://www.callapple.org/) - user group dating to 1978, offering books, software, magazine, archival documents, forums, etc.
[CiderPress](https://github.com/fadden/ciderpress), [CiderPress2](https://github.com/fadden/CiderPress2) - famous Apple disk image software and successor.
[Virtual II](https://www.virtualii.com/), [AppleWin](https://github.com/AppleWin/AppleWin), [MicroM8](https://paleotronic.com/software/microm8/), [MAME](https://www.mamedev.org/), [Crossrunner](https://www.crossrunner.gs/) - emulators