{"id":22796443,"url":"https://github.com/macmade/xs-computer-one","last_synced_at":"2026-02-25T23:05:36.627Z","repository":{"id":11328001,"uuid":"13751774","full_name":"macmade/XS-Computer-One","owner":"macmade","description":"Apple 1 Replica Project","archived":false,"fork":false,"pushed_at":"2022-11-28T14:05:24.000Z","size":8387,"stargazers_count":21,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-06T01:21:18.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macmade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-21T18:53:10.000Z","updated_at":"2025-04-15T09:18:36.000Z","dependencies_parsed_at":"2023-01-11T20:16:30.139Z","dependency_job_id":null,"html_url":"https://github.com/macmade/XS-Computer-One","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/macmade/XS-Computer-One","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2FXS-Computer-One","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2FXS-Computer-One/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2FXS-Computer-One/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2FXS-Computer-One/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macmade","download_url":"https://codeload.github.com/macmade/XS-Computer-One/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macmade%2FXS-Computer-One/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29844845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-12T05:13:01.076Z","updated_at":"2026-02-25T23:05:36.610Z","avatar_url":"https://github.com/macmade.png","language":null,"funding_links":["https://patreon.com/macmade","https://paypal.me/xslabs"],"categories":[],"sub_categories":[],"readme":"XS Computer One - Apple 1 Replica Project\n=========================================\n\n[![Build Status](https://img.shields.io/travis/macmade/XS-Computer-One.svg?branch=master\u0026style=flat)](https://travis-ci.org/macmade/XS-Computer-One)\n[![Issues](http://img.shields.io/github/issues/macmade/XS-Computer-One.svg?style=flat)](https://github.com/macmade/XS-Computer-One/issues)\n![Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)\n![License](https://img.shields.io/badge/license-none-lightgray.svg?style=flat)\n[![Contact](https://img.shields.io/badge/contact-@macmade-blue.svg?style=flat)](https://twitter.com/macmade)  \n[![Donate-Patreon](https://img.shields.io/badge/donate-patreon-yellow.svg?style=flat)](https://patreon.com/macmade)\n[![Donate-Gratipay](https://img.shields.io/badge/donate-gratipay-yellow.svg?style=flat)](https://www.gratipay.com/macmade)\n[![Donate-Paypal](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat)](https://paypal.me/xslabs)\n\nAbout\n-----\n\nThis project is an attempt to build a working replica of the [Apple-1] computer, made in 1976 by Steve Wozniak and released by Apple Computer Company, now Apple, Inc.\n\nOnly about 200 units of this computer were made. Today, only about 60 units still exists, and less than 10 are known working.  \nThey are sometimes sold at auctions, for record prices. In 2012, one was sold for $671,000.\n\nTo my knowledge, three replica projects exists:  \n[Replica-1] by Vince Briel, [Mimeo-1] by Mike Willegal, and Obtronix by Steve Gabaly.\n\nThe last two are exact replicas, while the first one uses actual components with a different motherboard layout.\n\nSo this project will be (hopefully) a fourth one.\n\nI decided to build my own replica from scratch, including the PCB design, as it's a very nice occasion to learn about electronics.  \nAs a programmer, I sometimes feel frustrated not to know more about this... ; )\n\n[Apple-1]:   http://en.wikipedia.org/wiki/Apple_I\n[Replica-1]: http://www.brielcomputers.com/wordpress/?cat=17\n[Mimeo-1]:   http://www.willegal.net/appleii/apple1.htm\n\n### Roadmap\n\nThere's of course no real roadmap yet, as I'm currently learning as I go. The project will surely takes a huge amount of time, so don't expect results too soon.\n\nHere are the actual project parts:\n\n| # | Part                     | Status      | Description                                                                              |\n|---|--------------------------|-------------|------------------------------------------------------------------------------------------|\n| 1 | Learn                    | In progress | Learn as much as possible on electronics, as I'm completely new to this.                 |\n| 2 | Test                     |             | Experiment with a few basic PCB and components.                                          |\n| 3 | Component Identification | Done        | Get the original component specification from the original schematics and documentation. |\n| 4 | Component Purchase       | In progress | Purchase components or find alternatives if they are not available anymore.              |\n| 5 | ROM                      |             | Find a way to get the original ROM and have it built somehow.                            |\n| 6 | Prototype                |             | Get a prototype working on a breadboard.                                                 |\n| 7 | PCB Design               |             | Design the final PCB, as close as possible to the original Apple-1, and have it printed. |\n| 8 | Mounting                 |             | Mount all components on the motherboard.                                                 |\n\nTools \u0026 Equipment\n-----------------\n\nHere are the tools I'll use for this project:\n\n| Manufacturer       | Part No.       | Details                           | Alternative | Quantity | Found | Status |\n|--------------------|----------------|-----------------------------------|-------------|----------|-------|--------|\n| B\u0026K Precision      | [DP 21]        | Logic Probe / 20 MHz - 30 Ns      | N/A         | 1        | Yes   | -      |\n| Fluke              | [87-V]         | True RMS Digital Multimeter       | N/A         | 1        | Yes   | -      |\n| Global Specialties | [PB-105T]      | Breadboard                        | N/A         | 1        | Yes   | -      |\n| Power Bright       | VC500W         | 120 V / 220 V Voltage Transformer | N/A         | 1        | No    | -      |\n| Weller             | WECP-20        | Soldering Station                 | N/A         | 1        | No    | -      |\n| Weller             | [7881]         | Desolder Pump                     | N/A         | 1        | Yes   | -      |\n| Kester             | [24-6040-0027] | Solder / 60/40 - 0.79 mm          | N/A         | 1        | Yes   | -      |\n| ArcOne             | G-FLY-A1101    | Safety Goggles                    | N/A         | 1        | Yes   | -      |\n| CadSoft            | [EAGLE]        | PCB Design Software               | N/A         | 1        | Yes   | -      |\n\n***Note:*** *Any equivalent tool may be used.*\n\n[DP 21]:        https://ch.mouser.com/Search/ProductDetail.aspx?R=DP_21virtualkey61500000virtualkey615-DP-21\n[87-V]:         http://ch.mouser.com/ProductDetail/Fluke/FLUKE-87-V/?qs=sGAEpiMZZMuBVu7Wy0UTy5lFkCyOv5Wu\n[PB-105T]:      https://ch.mouser.com/Search/ProductDetail.aspx?R=PB-105Tvirtualkey51000000virtualkey510-PB-105T\n[7881]:         https://ch.mouser.com/Search/ProductDetail.aspx?R=7881virtualkey57800000virtualkey578-7881\n[24-6040-0027]: https://ch.mouser.com/Search/ProductDetail.aspx?R=24-6040-0027virtualkey53300000virtualkey533-24-6040-27\n[EAGLE]:        http://www.cadsoftusa.com/eagle-pcb-design-software/?language=en\n\nDocumentation\n-------------\n\nI'm using the original schematics and original Apple-1 photos in order to identify the components and build the PCB.  \nThe original [**Apple-1 Operation Manual**](https://github.com/macmade/XS-Computer-One/blob/master/Documentation/Apple-1%20Operation%20Manual.pdf?raw=true) is included in the repository.\n\nBill Of Materials\n-----------------\n\nThe complete list of the Apple-1 components can be found in the [BOM.md](https://github.com/macmade/XS-Computer-One/blob/master/BOM.md) file.\n\nWhen the components are still available for purchase, links are provided ([Mouser Electronics](http://www.mouser.com/)).  \nFor vintage components, valid alternatives may be provided. In such a case, I try to find components that look the same as the original.\n\nUnfortunately, I haven't been able to find alternative for all components, so your best option to find those parts is on sites like [eBay](http://www.ebay.com/). Note that rare/vintage components can be expensive.\n\nSchematics\n----------\n\nHere's a schematic of motherboard layout, with all components.  \nNote that the components' size is not respected, and their position is not always totally correct, but it's still better than looking at original pictures for quick component identification:\n\n![](https://github.com/macmade/XS-Computer-One/raw/master/Schematics/Apple-1 Board.png)\n\nRepository Infos\n----------------\n\n    Owner:\t\t\tJean-David Gadina - XS-Labs\n    Web:\t\t\twww.xs-labs.com\n    Blog:\t\t\twww.noxeos.com\n    Twitter:\t\t@macmade\n    GitHub:\t\t\tgithub.com/macmade\n    LinkedIn:\t\tch.linkedin.com/in/macmade/\n    StackOverflow:\tstackoverflow.com/users/182676/macmade\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacmade%2Fxs-computer-one","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacmade%2Fxs-computer-one","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacmade%2Fxs-computer-one/lists"}