{"id":50821681,"url":"https://github.com/jerryblessed/learnvm","last_synced_at":"2026-06-13T14:31:45.230Z","repository":{"id":287713804,"uuid":"965569643","full_name":"Jerryblessed/learnvm","owner":"Jerryblessed","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-30T17:25:37.000Z","size":2423,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T01:34:42.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Jerryblessed.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-13T13:05:39.000Z","updated_at":"2025-05-30T17:25:40.000Z","dependencies_parsed_at":"2025-04-13T14:36:10.923Z","dependency_job_id":null,"html_url":"https://github.com/Jerryblessed/learnvm","commit_stats":null,"previous_names":["jerryblessed/learnvm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jerryblessed/learnvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Flearnvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Flearnvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Flearnvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Flearnvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jerryblessed","download_url":"https://codeload.github.com/Jerryblessed/learnvm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerryblessed%2Flearnvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34288662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2026-06-13T14:31:42.530Z","updated_at":"2026-06-13T14:31:45.216Z","avatar_url":"https://github.com/Jerryblessed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LearnVM 🚀\n\n**Learn Linux on Your Browser with AI-Powered Guidance**\n\nLearnVM is an interactive browser-based learning platform that teaches Linux through real-time command execution, AI-driven assistance, and gamified progression. It provides users with a Linux terminal experience powered entirely in-browser using **CheerpX**, allowing learners to practice and master Linux skills without installing any software.\n\nThis project builds upon the work done during the [WebVM Hackathon](https://github.com/leaningtech/WebVMHackathon/blob/main/results2024.md), where a project won for its innovative use of WebAssembly and client-side virtual environments.\n\n---\n\n# Presentation 💻\n\n**Slide deck**\n\nPresentation slide for [LearnVM.](https://github.com/Jerryblessed/learnvm/raw/refs/heads/main/presentation/LearnVM.pptx).\n\n---\n\n\n## 📄 Overview\n\nLearnVM offers a modular and interactive Linux Learning Management System (LMS) with these key components:\n\n- **Split Workspace Interface**: One pane displays lessons/tasks, the other runs a fully functional terminal via CheerpX.\n- **AI-Powered Tutor**: Learners can ask a virtual avatar questions about Linux topics, and receive smart, human-like answers powered by a generative LLM.\n- **Gamified Progression**: Modules are unlocked upon completing prior tasks; users get real-time validation of their commands.\n- **Prompt-Based Tutor Triggers**: Each lesson has AI prompts that help the tutor auto-respond or guide learners during errors or curiosity.\n\n---\n\n## 🚀 Key Features\n\n- **Real Linux Execution** in Browser via CheerpX\n- **Human Avatar Tutor** powered by Generative AI\n- **Task-Based Learning Modules** with Validation\n- **Interactive Prompt Engine** tied to LMS context\n- **No Installation Required**\n\n---\n\n## 📷 Screenshots\n\n### Landing Page\n![Landing Page](https://github.com/Jerryblessed/learnvm/blob/main/images/Landing_page.png)\n\n### AI Tutor Page\n![AI Tutor Page](https://github.com/Jerryblessed/learnvm/blob/main/images/AI_tutor_page.png)\n\n### LMS Terminal Split View\n![CheerpX LMS View](https://github.com/Jerryblessed/learnvm/blob/main/images/charpx_LMS.png)\n\n### AI Prompt Integration with Tutor\n![Prompt Context Example](https://github.com/Jerryblessed/learnvm/blob/main/images/charpx_AItutor_prompt.png)\n\n---\n\n## 📚 How It Works\n\n- **Frontend**: React-based interface with module/task display and embedded terminal view.\n- **CheerpX**: Provides an emulated Linux terminal directly in the browser.\n- **AI Tutor**: Listens to student questions or errors and responds with guidance, using LLMs.\n- **Progression System**: Tracks completion of terminal tasks and moves the user to the next challenge.\n\n---\n\n## 👨‍💼 Ideal For\n\n- Students studying Linux fundamentals\n- Bootcamps teaching command line basics\n- Universities needing browser-based labs\n- Developers preparing for DevOps/Sysadmin roles\n\n---\n\n## 🧱 Future Enhancements\n\n- Lesson Bookmarking \u0026 Progress Tracking\n- Support for Additional Environments (Docker, Git, etc.)\n- Quizzes \u0026 Certification\n- Community Forum/Support built into the LMS\n\n---\n\n## 📊 Tech Stack\n\n- **React.js**: Frontend framework\n- **CheerpX**: Browser-based x86 virtualization\n- **LLMs**: AI Tutor backed by generative models (e.g., GPT)\n- **TailwindCSS**: For UI styling\n\n---\n\n## 🕹️ Getting Started (Dev Setup)\n\n1. Clone the repository\n```bash\ngit clone https://github.com/Jerryblessed/learnvm.git\ncd learnvm\n```\n\n2. Install dependencies\n```bash\nnpm install\n```\n\n3. Run the development server\n```bash\nnpm run dev\n```\n\n4. Visit `http://localhost:3000` in your browser\n\n---\n\n## 🌟 Acknowledgment\n\nThis platform builds upon previous winning solution at the [WebVM Hackathon](https://github.com/leaningtech/WebVMHackathon/blob/main/results2024.md), where client-side Linux execution with CheerpX was explored. LearnVM evolves that prototype into a complete educational tool for Linux.\n\n---\n\n## 🙌 Join Us!\nHave ideas, feedback, or want to contribute? Open an issue or fork the repo. Let's make learning Linux fun, interactive, and accessible to all.\n\n---\n\n\u003e Made with ❤️ using CheerpX and open-source technologies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryblessed%2Flearnvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerryblessed%2Flearnvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryblessed%2Flearnvm/lists"}