{"id":15148674,"url":"https://github.com/project-undefined/lupine-os","last_synced_at":"2025-10-17T12:42:34.714Z","repository":{"id":108622895,"uuid":"608471010","full_name":"project-undefined/Lupine-OS","owner":"project-undefined","description":"Security-centered, Super-customizable, Open Source, and user freindly OS. (aka LupOS) ","archived":false,"fork":false,"pushed_at":"2024-02-13T02:38:23.000Z","size":15995,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-30T23:01:40.637Z","etag":null,"topics":["freebsd","openbsd","operating-system","os","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/project-undefined.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-02T04:38:08.000Z","updated_at":"2024-10-30T07:47:47.000Z","dependencies_parsed_at":"2024-02-13T03:43:21.739Z","dependency_job_id":null,"html_url":"https://github.com/project-undefined/Lupine-OS","commit_stats":{"total_commits":54,"total_committers":4,"mean_commits":13.5,"dds":0.537037037037037,"last_synced_commit":"461f808f54a58e57549020cc94748de2677ca598"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-undefined%2FLupine-OS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-undefined%2FLupine-OS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-undefined%2FLupine-OS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-undefined%2FLupine-OS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/project-undefined","download_url":"https://codeload.github.com/project-undefined/Lupine-OS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237915423,"owners_count":19386724,"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":["freebsd","openbsd","operating-system","os","rust"],"created_at":"2024-09-26T13:21:37.724Z","updated_at":"2025-10-17T12:42:29.651Z","avatar_url":"https://github.com/project-undefined.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lupine OS \u003c!-- omit in toc --\u003e\n\nSecurity-centered, Super-customizable, Open Source, and user freindly OS.\n\nCurrently based off of Philipp Oppermann's, [Blog OS](https://github.com/phil-opp/blog_os).\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Installation and Running](#installation-and-running)\n  - [Building process](#building-process)\n  - [Running Process](#running-process)\n- [TODO](#todo)\n- [Developers](#developers)\n  - [Lead Developers](#lead-developers)\n  - [All Developers](#all-developers)\n\n## Installation and Running\n\n### Building process\n\nFirst, you need to redownload rust into the nightly version.\n\nYou can do redownload rust by running:\n\n```bash\nrustup update nightly --force\n```\n\nAfter you have installed the nightly version of rust, you need to intall additional rust components with:\n\n```bash\nrustup component add rust-src llvm-tools-preview\n```\n\nThen, install the rust crate, and package it into a debug binary with:\n\n```bash\ncargo install --path .\ncargo install bootimage\ncargo bootimage\n```\n\nThe packaged bootimage will be found in `./target/x86_64-lupine_os/debug/bootimage-lupine-os.bin`\n\n### Running Process\n\nYou can run a the debug binary in QEMU with:\n\n```bash\ncargo run\n```\n\n## TODO\n\n- [x] Get user input to kernel (sorta done)\n  - [ ] Feed keyboard input into a command interpreter\n  - [ ] Handle keys: `escape, delete, backspace, tab`\n- [ ] Create functions, that can be used in other rust files, to create executable scripts (kinda like python, just for now)\n- [ ] Implement a proper text coloring system (for vga and serial)\n- [ ] Create better tutorial on how to run bootimage (inluding how to download and install) using [QEMU](https://www.qemu.org/)\n- [ ] Implement interfacing Cosmopolitan Libc through kernel api\n- [ ] Create file system structure mockup\n\n## Developers\n\n### Lead Developers\n\n- [PitchBlackNights](https://github.com/PitchBlackNights)\n\n### All Developers\n\n- [PitchBlackNights](https://github.com/PitchBlackNights)\n- [wsdevv](https://github.com/wsdevv)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-undefined%2Flupine-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-undefined%2Flupine-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-undefined%2Flupine-os/lists"}