top of page

Amiga Workbench 13 Adf Repack

Amiga Workbench 1.3 ADF Repack: A Comprehensive Guide

The Amiga Workbench 1.3 is a legendary operating system that was released in the late 1980s for the Amiga line of computers. This iconic OS was known for its graphical user interface, multitasking capabilities, and impressive multimedia features. Even though the Amiga Workbench 1.3 is a relic of the past, it still holds a special place in the hearts of many retro computing enthusiasts.

In this article, we'll explore the process of repacking Amiga Workbench 1.3 ADF (Amiga Disk Format) files, which is a crucial step in preserving and emulating this classic operating system.

What are ADF files?

ADF (Amiga Disk Format) files are disk images that contain the contents of an Amiga floppy disk. These files are essentially a bit-for-bit copy of the original disk, including the filesystem, files, and metadata. ADF files are widely used by Amiga enthusiasts and developers to distribute and emulate Amiga software, including the Workbench operating system.

Why repack Amiga Workbench 1.3 ADF files?

Repacking Amiga Workbench 1.3 ADF files is essential for several reasons: amiga workbench 13 adf repack

  1. Preservation: By repacking ADF files, you help preserve the original data and ensure that it remains accessible for future generations of Amiga enthusiasts.
  2. Emulation: Repacked ADF files can be used with Amiga emulators, such as UAE (Ultimate Amiga Emulator) or WinUAE, allowing users to experience the Amiga Workbench 1.3 on modern hardware.
  3. Distribution: Repacked ADF files can be easily shared and distributed among Amiga enthusiasts, making it simpler for people to obtain and use the Workbench 1.3.

Tools needed for ADF repacking

To repack Amiga Workbench 1.3 ADF files, you'll need the following tools:

  1. ADFtool: A command-line utility for working with ADF files. ADFtool is available for various platforms, including Windows, macOS, and Linux.
  2. Workbench 1.3 ADF files: You can obtain these files from various sources, including online archives or by ripping them from your own Amiga disks.

Step-by-step guide to repacking Amiga Workbench 1.3 ADF files

Here's a step-by-step guide to repacking Amiga Workbench 1.3 ADF files using ADFtool:

On Windows:

  1. Download and install ADFtool from a trusted source.
  2. Open a command prompt and navigate to the directory containing the ADFtool executable.
  3. Place the Workbench 1.3 ADF files in the same directory.
  4. Run the following command: adftool repack -f workbench1.3.adf -o workbench1.3.repacked.adf
  5. ADFtool will repack the ADF file, creating a new file named workbench1.3.repacked.adf.

On macOS (using Terminal):

  1. Install ADFtool using Homebrew: brew install adftool
  2. Place the Workbench 1.3 ADF files in the current directory.
  3. Run the following command: adftool repack -f workbench1.3.adf -o workbench1.3.repacked.adf
  4. ADFtool will repack the ADF file, creating a new file named workbench1.3.repacked.adf.

On Linux:

  1. Install ADFtool using your distribution's package manager (e.g., apt-get install adftool on Ubuntu-based systems).
  2. Place the Workbench 1.3 ADF files in the current directory.
  3. Run the following command: adftool repack -f workbench1.3.adf -o workbench1.3.repacked.adf
  4. ADFtool will repack the ADF file, creating a new file named workbench1.3.repacked.adf.

Conclusion

Repacking Amiga Workbench 1.3 ADF files is a straightforward process that requires minimal technical expertise. By following the steps outlined in this article, you can help preserve and distribute this iconic operating system, ensuring that it remains accessible for years to come.

Whether you're a retro computing enthusiast, a developer, or simply someone who appreciates the nostalgia of the Amiga, repacking ADF files is an essential step in keeping the Amiga community alive.

Additional resources

  • Amiga Forever: A comprehensive resource for Amiga enthusiasts, including ADF files, documentation, and emulation guides.
  • UAE (Ultimate Amiga Emulator): A popular emulator for Amiga systems, compatible with ADF files.
  • ADFtool documentation: Detailed documentation for ADFtool, covering command-line options and usage.

By sharing and preserving the Amiga Workbench 1.3, we can ensure that this piece of computing history remains celebrated and enjoyed for generations to come. Amiga Workbench 1

Modern repacks often streamline the OS by removing rarely used legacy files (like certain printer drivers or old demos) to make room for power-user utilities. TSGui - Copy ADFs On Workbench 1.3 with GUI - Shot97 Retro


Why a repack?

An “ADF repack” bundles disk images into a cleaner, documented, and usable archive for modern enthusiasts. Reasons to repack:

  • Consolidate multiple disks (e.g., Workbench, Extras, Install) into one curated ADF set.
  • Strip or label region-specific kickstart checks to ease emulation.
  • Include readme, checksums, and optional patches (language packs, bug fixes).
  • Preserve metadata: disk order, boot flags, and original labels so future users understand provenance.

Where to Find a Legitimate “Repack”

Important note: Workbench 1.3 is still technically under copyright by Cloanto (now part of Amiga Corporation). However, because it is considered abandonware by many, repacks float around retro archives.

The most famous and well-respected repack is “Workbench 1.3 AIAB (Amiga In A Box)” and the “ClassicWB” packs, although these are full hard drive setups rather than pure ADFs.

For pure floppy repacks, search the Internet Archive or EAB (English Amiga Board) for terms like:

  • “WB1.3_All_in_One.adf”
  • “Workbench13_FullTools.adf”

Ethical advice: If you own a real Amiga 500 or 2000, you legally own a license to use Kickstart 1.3 and Workbench 1.3. Downloading a repack for use with your own hardware or emulator is widely tolerated by the community as long as you are not distributing it for profit. Preservation : By repacking ADF files, you help

6. Repacking Workflow (Practical Example — Linux/Greasweazle)

  1. Capture raw disk:
    • Use Greaseweazle to read disk to a raw image preserving sector layout.
    • Example (Greaseweazle + imgtool):
      • Read: greaseweazle readtrack usb:0 -t 0-79 workbench13.track
      • Convert: imgtool conv workbench13.img workbench13.adf
  2. Verify file system integrity:
    • Mount ADF with an emulator or ADF tools to list files.
    • Example using fs-uae or adfmount utilities.
  3. Normalize metadata:
    • Rename ADF files using canonical labels: WB13_Disk1.adf, WB13_Disk2.adf, …
  4. Generate checksums and manifest:
    • sha256sum *.adf > checksums.sha256
    • Create manifest.json with fields: filename, sha256, disk_label, imaging_tool, capture_date (YYYY-MM-DD), source_note.
  5. Create compressed distribution copies:
    • gzip -c WB13_Disk1.adf > WB13_Disk1.adz
    • Or create a ZIP with manifest included.
  6. Test in emulator:
    • Load ADFs into WinUAE/FS-UAE, confirm Workbench boots and applications run.
  7. Archive raw flux captures separately (if captured) with corresponding metadata.

Risks & Drawbacks

  • Not original – May behave differently (e.g., missing printer drivers).
  • Compatibility issues – Some demos/games expect exact original disk layout.
  • Virus risk – Rare, but repacks from untrusted sources can include boot-sector viruses (e.g., Saddam Virus).
  • No genuine Commodore checksums – Floppy validation tools may flag them.
bottom of page