{"id":15395627,"url":"https://github.com/picosonic/arcimage","last_synced_at":"2026-01-19T03:02:01.109Z","repository":{"id":136313227,"uuid":"282310214","full_name":"picosonic/arcimage","owner":"picosonic","description":"This is a small program to read/write disk images from/to Archimedes disks in a PC's floppy drive.","archived":false,"fork":false,"pushed_at":"2020-07-24T21:20:34.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T08:11:30.508Z","etag":null,"topics":["archimedes","data-archive","data-recovery","floppy-disk-images","floppy-disks","retrocomputing"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/picosonic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-24T20:28:25.000Z","updated_at":"2021-08-20T13:48:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c209e4e-a8d5-4340-b734-1a7e40aa5f8e","html_url":"https://github.com/picosonic/arcimage","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":0.4444444444444444,"last_synced_commit":"a91adb699cc5f4bad5d5663c57436f7ddb5bc092"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/picosonic/arcimage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picosonic%2Farcimage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picosonic%2Farcimage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picosonic%2Farcimage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picosonic%2Farcimage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picosonic","download_url":"https://codeload.github.com/picosonic/arcimage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picosonic%2Farcimage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28559350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archimedes","data-archive","data-recovery","floppy-disk-images","floppy-disks","retrocomputing"],"created_at":"2024-10-01T15:29:00.380Z","updated_at":"2026-01-19T03:02:01.091Z","avatar_url":"https://github.com/picosonic.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arcimage\nThis is a small program to read/write disk images from/to Archimedes disks in a PC's floppy drive.\n\nIt can be used in conjunction with Archimedes emulators such as [Archi](http://web.archive.org/web/20000822032250/www.geocities.com/chris-o/), [Red Squirrel](https://web.archive.org/web/20100122170520/http://www.red-squirrel.org/), [arcem](http://arcem.sourceforge.net/), [VirtualA5000](http://www.virtualacorn.co.uk/), [RPCEmu](http://www.marutan.net/rpcemu/index.php), [Riscose](http://riscose.sourceforge.net/) and [Arculator](http://b-em.bbcmicro.com/arculator/)\n\n    Archimedes disk image program for PC\n    Version 1.1 - Jasper Renow-Clarke 1997,99\n    Syntax :\n      ARCIMG diskimage [operation]\n    \n      Operations :\n      /read    - Reads disk into image (Default)\n      /write   - Writes disk from image\n                 (Disk must be formatted already using real Archimedes)\n      /format  - Formats disk (Doesnt Work !!!)\n\n\nSome examples are:\n------------------\n\n-  Read an Archi D/E format floppy into a disk image\n\n  `arcimg c:\\test.adf`\n\n-  Write an Archi D/E format floppy from a disk image\n    *Note: The floppy must be preformatted on an Arc*\n\n  `arcimg c:\\games.adf /write`\n\nThe **\"/format\"** option does not work, I'm not sure why perhaps I've done something silly, or missed something.\nIf you have any suggestions about how I can fix this then email me, and I'll put it right.\n\nIf there are any read errors in creating a file from a disk, then the sectors are displayed in red, otherwise the currently being read sector is displayed, to give you a progress meter. One reason a sector can not be read is that it may be formatted differently for copy protection purposes.\n\nI hope you find this useful, mail me with your comments/suggestions, your feedback is welcomed.\n\nIn 2002, Donald Scott wrote a [guide](http://knowbody.org.uk/arcimage/) to using this software.\n\nAlso in 2002, Wocki wrote a graphical front-end to arcimg for Windows 95/98/ME called [ArcDisc](http://acorn.revivalteam.de/?site=DiscImaging).\n\n------------------\n\nI take no responsibilty whatsoever for the performance of this software, if it breaks something, then it's not my fault.\n\nYou run this software entirely at your own risk.\n\n(c) 1997-2000, Jasper Renow-Clarke\n\n\nchangelog\n----------\n\n\u003e v1.1.2  modifications by Tom Humphrey\n\u003e\u003e        read \u0026 writes 1.6Mb (F format) disks\n\u003e\u003e        formats 1.6Mb discs\n\u003e\u003e        improved error tollerance on reads\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicosonic%2Farcimage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicosonic%2Farcimage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicosonic%2Farcimage/lists"}