{"id":13623839,"url":"https://github.com/minexew/Shrine","last_synced_at":"2025-04-15T20:32:35.577Z","repository":{"id":39707398,"uuid":"80306115","full_name":"minexew/Shrine","owner":"minexew","description":"A TempleOS distro for heretics","archived":true,"fork":false,"pushed_at":"2020-11-13T13:51:27.000Z","size":81203,"stargazers_count":1481,"open_issues_count":16,"forks_count":77,"subscribers_count":59,"default_branch":"v5","last_synced_at":"2024-11-08T12:42:31.507Z","etag":null,"topics":["cia","holyc","networking","package-manager","templeos"],"latest_commit_sha":null,"homepage":"","language":"HolyC","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minexew.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-28T19:38:57.000Z","updated_at":"2024-11-07T05:15:12.000Z","dependencies_parsed_at":"2022-07-13T12:10:46.999Z","dependency_job_id":null,"html_url":"https://github.com/minexew/Shrine","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minexew%2FShrine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minexew%2FShrine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minexew%2FShrine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minexew%2FShrine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minexew","download_url":"https://codeload.github.com/minexew/Shrine/tar.gz/refs/heads/v5","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249148143,"owners_count":21220485,"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":["cia","holyc","networking","package-manager","templeos"],"created_at":"2024-08-01T21:01:36.250Z","updated_at":"2025-04-15T20:32:34.575Z","avatar_url":"https://github.com/minexew.png","language":"HolyC","funding_links":[],"categories":["HolyC"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cstrong\u003eShrine\u003c/strong\u003e is a TempleOS distribution full of sin.\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cimg alt=\"Screenshot\" src=\"http://imgur.com/1yYsUHI.png\"\u003e\u003c/p\u003e\n\u003chr\u003e\n\nShrine aims to be 99% compatible with TempleOS programs, but also to improve OS in several ways:\n\n- Ease of use: Shrine ships with Lambda Shell, which feels a bit like a classic Unix command interpreter\n- Connectivity: TCP/IP stack \u0026 internet access out of the box\n- Software discovery: Shrine includes a package downloader\n\nYou can run Shrine in a virtual machine such as VirtualBox or [QEMU](QEMU.md), or on a machine compatible with standard TempleOS. Improvements in hardware support are planned and contributions are welcome.\n\nSoftware included in Shrine:\n- Mfa (minimalist file access)\n- Lsh (Lambda Shell)\n- Pkg (package downloader)\n- Wget\n\nNetworking \u0026 host-VM communication\n==================================\n\n- With a virtual AMD PCNet adapter (recommended)\n  - configure your VM networking: *Adapter Type: PCnet-PCI II* (in QEMU: `-netdev user,id=u1 -device pcnet,netdev=u1`)\n  - *Attached to: NAT* seems to be the most reliable setting, Bridged Mode also works somewhat\n  - On boot, Shrine will automatically attempt to acquire an IP address. If you don't see a message about \"Configuring network\", the adapter was not detected.\n\n- Tunelled through serial port (Snail):\n  - configure your VM: COM3 - TCP, server, 7777 (in VirtualBox, server = UNCHECK *Connect to existing*)\n  - (make sure to *disable* networking for the VM, otherwise Native Stack will get precedence)\n  - start the VM\n  - run ./snail.py\n  - you will now be able to access the Internet, try for example `pkg-list`\n\n- File access through Mfa:\n  - configure your VM: COM1 - TCP, server, 7770\n  - start `/Apps/Mfa.HC.Z` in the VM\n  - on the host, use ./mfa.py to transfer commands and files\n  - for example: `./mfa.py list /Apps/Mfa.HC.Z Mfa.HC`\n\nNetworking and Mfa can be used simultaneously.\n\nPackage management functions\n============================\n\nNote: In Lsh, use `pkg-install xyz` in place of `PkgInstall(\"xyz\")` etc.\n\n- `PkgList;`\n\n  List all packages available in the repository.\n\n- `PkgInstall(U8* package_name);`\n\n  Download \u0026 install a specific package.\n\n- `PkgInstallFromFile(U8* manifest_path);`\n\n  Manually install a downloaded package. Manifest must reference an existing .ISO.C path.\n\n- `PkgMakeFromDir(U8* manifest_path, U8* src_dir);`\n\n  Build a package from directory contents. For an example manifest, check [here](https://github.com/minexew/Lsh/blob/master/Lsh.MF). Manifest must reference a valid .ISO.C path which will be used as **output**!\n\n- `PkgMakeFromFile(U8* manifest_path, U8* file_path);`\n\n  Build a package from a single file. See above for details.\n\n[See here](PACKAGES.md) for more information about how packages work.\n\nBuilding from source\n====================\n\n[See here](BUILDING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminexew%2FShrine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminexew%2FShrine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminexew%2FShrine/lists"}