{"id":20154680,"url":"https://github.com/stid/apple1js","last_synced_at":"2025-04-09T21:52:46.290Z","repository":{"id":38379912,"uuid":"112061748","full_name":"stid/Apple1JS","owner":"stid","description":"Apple1 Replica in Javascript (Node \u0026 Browser) - https://stid.me","archived":false,"fork":false,"pushed_at":"2025-03-30T07:05:29.000Z","size":3738,"stargazers_count":11,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T21:52:39.739Z","etag":null,"topics":["6502","apple","apple1","emulator","javascript","nodejs","react","typescript","vintage","webworkers","woz"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-11-26T06:41:50.000Z","updated_at":"2025-03-30T07:05:32.000Z","dependencies_parsed_at":"2023-12-23T08:20:15.891Z","dependency_job_id":"8d1f822b-f5b7-4673-ba6d-d615e5d8ef26","html_url":"https://github.com/stid/Apple1JS","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stid%2FApple1JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stid%2FApple1JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stid%2FApple1JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stid%2FApple1JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stid","download_url":"https://codeload.github.com/stid/Apple1JS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119401,"owners_count":21050754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["6502","apple","apple1","emulator","javascript","nodejs","react","typescript","vintage","webworkers","woz"],"created_at":"2024-11-13T23:28:01.188Z","updated_at":"2025-04-09T21:52:46.264Z","avatar_url":"https://github.com/stid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apple 1 JS Emulator\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/8dda601a-c4c2-4cde-80c4-bc08ffd6d18e/deploy-status)](https://app.netlify.com/sites/stidme/deploys)\n[![CodeQL](https://github.com/stid/Apple1JS/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/stid/Apple1JS/actions/workflows/github-code-scanning/codeql)\n\nThe Apple 1 JS Emulator is a project written in TypeScript/JavaScript that emulates the Apple 1 computer. It is based on the [Hybrid HW](https://github.com/stid/APPLE-1-ReplicaDue) and Torlus' [6502.js](https://github.com/Torlus/6502.js) project.\n\n## Demo\n\nYou can try out the emulator in your browser with the [Interactive Demo](https://stid.me).\n\n## Local Setup\n\nTo run the emulator locally on your computer, you'll need to install the required packages with the following command in the repo folder:\n\n``` ssh\nyarn install\n```\n\nThen, start the emulator in developer mode with:\n\n``` ssh\nyarn start\n```\n\nYou can access the emulator in your browser at `localhost:1234`.\n\n## Test Programs\n\nOnce you have the emulator running, you can try out some test programs. To reset the emulator, press `Tab` in your browser. Then, you can enter a list of commands to execute the program.\n\n### Monitor Test\n\nThis program should print a continuous stream of ASCII characters:\n\n```basic\n0:A9 0 AA 20 EF FF E8 8A 4C 2 0\n0\nR\n```\n\n### Anniversary\n\nThis program should print an image of WOZ:\n\n```basic\n280\nR\n```\n\n### Hello World\n\nThis program should continuously print \"HELLO! FROM APPLE 1 JS\":\n\n```basic\nE000\nR\n10 PRINT \"HELLO! FROM APPLE 1 JS\"\n20 GOTO 10\nRUN\n```\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstid%2Fapple1js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstid%2Fapple1js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstid%2Fapple1js/lists"}