{"id":34926224,"url":"https://github.com/zeroflag/warpcore","last_synced_at":"2026-05-23T02:32:52.767Z","repository":{"id":327653357,"uuid":"1104923197","full_name":"zeroflag/warpcore","owner":"zeroflag","description":"Tiny Byte Code VM with a self hosted Forth compiler","archived":false,"fork":false,"pushed_at":"2026-01-03T21:17:23.000Z","size":244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-07T15:41:09.642Z","etag":null,"topics":["bytecode-interpreter","forth","minimalist","retrocomputing","stackmachine","virtual-machine","vm"],"latest_commit_sha":null,"homepage":"","language":"C","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/zeroflag.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-26T22:11:56.000Z","updated_at":"2026-01-02T01:22:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zeroflag/warpcore","commit_stats":null,"previous_names":["zeroflag/warpcore"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeroflag/warpcore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroflag%2Fwarpcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroflag%2Fwarpcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroflag%2Fwarpcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroflag%2Fwarpcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroflag","download_url":"https://codeload.github.com/zeroflag/warpcore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroflag%2Fwarpcore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33380638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T01:21:08.577Z","status":"online","status_checked_at":"2026-05-23T02:00:05.530Z","response_time":53,"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":["bytecode-interpreter","forth","minimalist","retrocomputing","stackmachine","virtual-machine","vm"],"created_at":"2025-12-26T14:32:17.216Z","updated_at":"2026-05-23T02:32:52.762Z","avatar_url":"https://github.com/zeroflag.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Warpcore\n\n![{master}](https://github.com/zeroflag/warpcore/actions/workflows/c-cpp.yml/badge.svg) \n\nA compact stack-based virtual machine designed for simplicity.\n\n* Stacks: 16-bit cell size for both data and return stacks.\n* Instruction Set: 8-bit opcodes and 16-bit addresses.\n* Memory: 32 KB of RAM for programs and runtime data.\n* Compiler: Self-hosted Forth compiler running directly on the VM.\n\n## Language\n\n```Forth\n\n: SQUARE DUP * ;\n\nENTRY\n\n\" Hello World!\" PRINT\nCR\n\n3 SQUARE . CR\n\nBYE\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroflag%2Fwarpcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroflag%2Fwarpcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroflag%2Fwarpcore/lists"}