{"id":21511807,"url":"https://github.com/sutac/strangeos","last_synced_at":"2026-05-09T18:34:54.187Z","repository":{"id":263147163,"uuid":"888212795","full_name":"sutaC/StrangeOS","owner":"sutaC","description":"Basic UNIX-like filesystem with shell overlay build in python","archived":false,"fork":false,"pushed_at":"2024-11-29T13:57:43.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T01:41:16.791Z","etag":null,"topics":["filesystem","os","python","shell","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sutaC.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-14T02:15:54.000Z","updated_at":"2024-12-03T15:01:09.000Z","dependencies_parsed_at":"2025-01-24T01:40:57.358Z","dependency_job_id":"0d2dc39f-80b8-47fc-b6ec-0bf4d9813aa0","html_url":"https://github.com/sutaC/StrangeOS","commit_stats":null,"previous_names":["sutac/strangeos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sutaC%2FStrangeOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sutaC%2FStrangeOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sutaC%2FStrangeOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sutaC%2FStrangeOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sutaC","download_url":"https://codeload.github.com/sutaC/StrangeOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056432,"owners_count":20390720,"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":["filesystem","os","python","shell","sqlite"],"created_at":"2024-11-23T22:17:24.391Z","updated_at":"2026-05-09T18:34:54.091Z","avatar_url":"https://github.com/sutaC.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StrangeOS\n\nBasic UNIX-like os build in python\n\n## Technologies\n\n-   Python\n-   SQLite\n\n## How to start?\n\n-   To run os run [run script](run) or execute:\n\n```bash\n python src/boot.py\n```\n\n-   To clear filesystem data run [clear script](clear) or remove `filesystem.db`\n\n## Information about system\n\nHelp with commands you will find in [help file](./src/data/helpmsg.txt) or by typing `help` in os itself.\n\n### Filesystem base structure:\n\n```\nroot\n|-- bin\n|   `-- hi\n|-- etc\n|   `-- help.txt\n|-- home\n|   `-- root\n|       `-- hello.txt\n```\n\n### System options scheme:\n\nOptions must be saved in `options.json` file in root project directory. [Options template](options.template.json) provides default options for you to change\n\n```\n{\n    # System name\n    sysname: str (\"system\")\n\n    # Initial password to root user\n    rootpassword: str (\"\")\n\n    # Directory to filesystem database\n    dbdir: str (\"filesystem.db\")\n\n    # If true displays verbose error messages\n    verbose: bool (False)\n\n    # If true displays instruction segments\n    segments: bool (False)\n}\n```\n\n\u003e \u0026lt;option\u0026gt;: \u0026lt;type\u0026gt; (\u0026lt;default value\u0026gt;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsutac%2Fstrangeos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsutac%2Fstrangeos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsutac%2Fstrangeos/lists"}