{"id":49381519,"url":"https://github.com/edwardjoke/hoz-vcs","last_synced_at":"2026-05-12T03:01:20.203Z","repository":{"id":352359263,"uuid":"1204882453","full_name":"EdwardJoke/hoz-vcs","owner":"EdwardJoke","description":"Hoz is an in-process Version-Control system, compatible with Git.","archived":false,"fork":false,"pushed_at":"2026-05-08T05:49:57.000Z","size":2869,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-08T05:56:27.271Z","etag":null,"topics":["cli","git","hoz","hoz-vcs","jujutsu","vcs","vcs-tools","version-control","wasup","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EdwardJoke.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":"2026-04-08T12:29:30.000Z","updated_at":"2026-05-08T05:50:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/EdwardJoke/hoz-vcs","commit_stats":null,"previous_names":["edwardjoke/hoz-vcs"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/EdwardJoke/hoz-vcs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwardJoke%2Fhoz-vcs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwardJoke%2Fhoz-vcs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwardJoke%2Fhoz-vcs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwardJoke%2Fhoz-vcs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdwardJoke","download_url":"https://codeload.github.com/EdwardJoke/hoz-vcs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwardJoke%2Fhoz-vcs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32921614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"online","status_checked_at":"2026-05-12T02:00:06.338Z","response_time":102,"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":["cli","git","hoz","hoz-vcs","jujutsu","vcs","vcs-tools","version-control","wasup","zig"],"created_at":"2026-04-28T05:40:36.589Z","updated_at":"2026-05-12T03:01:20.197Z","avatar_url":"https://github.com/EdwardJoke.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n\n![Brand Logo](/assets/Hoz.png)\n\n# Hoz - Git-Compatible Version Control System\n\n![GitHub Stars](https://shieldcn.dev/github/stars/EdwardJoke/hoz-vcs.svg?variant=branded) ![GitHub Forks](https://shieldcn.dev/github/forks/EdwardJoke/hoz-vcs.svg?variant=branded) ![GitHub Release](https://shieldcn.dev/github/release/EdwardJoke/hoz-vcs.svg?variant=branded)\u003cbr/\u003e\n![GitHub Last Commit](https://shieldcn.dev/github/last-commit/EdwardJoke/hoz-vcs.svg?variant=outline) ![GitHub Open Issues](https://shieldcn.dev/github/open-issues/EdwardJoke/hoz-vcs.svg?variant=outline)\u003cbr/\u003e\n![Runs on Linux](https://shieldcn.dev/badge/Runs%20on-Linux-FCC624.svg?logo=linux\u0026logoColor=000) ![Runs on MacOS](https://shieldcn.dev/badge/Runs%20on-MacOS-000000.svg?mode=light\u0026logo=apple\u0026logoColor=fff) ![Cross Platform](https://shieldcn.dev/badge/cross-platform-brightgreen.svg?variant=outline\u0026logo=ri%3AGoDeviceDesktop)\n\n*A full-featured Git implementation in Zig 0.16.0,* \u003cbr/\u003e\n*built for type safety and performance.* \u003cbr/\u003e\nHoz is the next generation of Git-compatible version control with a clean, modern codebase.\n\n---\n\n\u003c/div\u003e\n\n## Why Hoz?\n\n- **Git-Compatible** - Works with existing Git repositories and workflows\n- **Type-Safe** - Written in Zig for memory safety and compile-time verification\n- **Fast** - Optimized object database and efficient diff engine\n- **Portable** - Runs anywhere Zig 0.16.0 is available\n\n---\n\n## Quick Start\n\n\u003e [!WARNING]  \n\u003e This project is in active development and now just a toy, please do not use it in production.\n\n### Installation\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/EdwardJoke/hoz-vcs/main/install.sh | bash\n```\n\n### Basic Usage\n\nInitialize a new repository:\n\n```bash\nhoz init my-project\ncd my-project\n```\n\nStage and commit changes:\n\n```bash\nhoz add .\nhoz commit -m \"Initial commit\"\n```\n\n---\n\n## Common Commands\n\n### Repository Operations\n```bash\nhoz init           # Create a new repository\nhoz clone \u003curl\u003e    # Clone an existing repository\n```\n\n### Making Changes\n```bash\nhoz add \u003cfile\u003e     # Stage files for commit\nhoz commit -m \"\"   # Record staged changes\nhoz status         # Show working tree status\nhoz diff           # Show unstaged changes\n```\n\n### Branching\n```bash\nhoz branch                    # List branches\nhoz branch \u003cname\u003e             # Create a branch\nhoz checkout \u003cbranch\u003e         # Switch branches\nhoz merge \u003cbranch\u003e            # Merge branches\n```\n\n### History \u0026 Inspection\n```bash\nhoz log           # View commit history\nhoz show \u003cref\u003e    # Show commit details\nhoz blame \u003cfile\u003e  # Show file annotations\nhoz describe      # Describe commit using tags\nhoz verify-tag    # Verify annotated tag signature\nhoz name-rev      # Translate SHA to symbolic name\n```\n\n### File Operations\n```bash\nhoz add \u003cfile\u003e     # Stage files for commit\nhoz rm \u003cfile\u003e      # Remove from working tree and index\n```\n\n### Remote Collaboration\n```bash\nhoz fetch         # Download objects from remote\nhoz push          # Upload objects to remote\nhoz pull          # Fetch and merge remote changes\n```\n\n---\n\n## Daily News\n\n- `05/11`\n  1. Hoz `v0.5.3` is now available. It is the first usable release of Hoz, it has tested from init -\u003e stage -\u003e commit -\u003e log output.\n  2. Hoz now has a mirror on Codeberg. If you don't like GitHub or Github is not available for you, then you can find it at [here](https://codeberg.org/EdwardJoke/hoz-vcs) in Codeberg.\u003cbr/\u003e\n## Project Status\n\nHoz is in active development. Core Git functionality is implemented including:\n- Object database (blobs, trees, commits, tags)\n- Reference management (branches, tags, HEAD)\n- Staging area (index)\n- Working directory operations\n- Diff and merge algorithms\n\n---\n\n## Contributing\n\nContributions welcome. Please ensure `just asset` passes before submitting changes.\n\n---\n\n## License\n\nApache License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedwardjoke%2Fhoz-vcs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedwardjoke%2Fhoz-vcs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedwardjoke%2Fhoz-vcs/lists"}