{"id":15728867,"url":"https://github.com/chantsune/wiz","last_synced_at":"2026-03-07T21:32:26.915Z","repository":{"id":37016417,"uuid":"369763119","full_name":"ChanTsune/wiz","owner":"ChanTsune","description":"Wiz programming language","archived":false,"fork":false,"pushed_at":"2025-04-18T12:36:39.000Z","size":983,"stargazers_count":4,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T23:30:53.761Z","etag":null,"topics":["programming-language"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChanTsune.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}},"created_at":"2021-05-22T09:05:18.000Z","updated_at":"2025-01-14T06:44:33.000Z","dependencies_parsed_at":"2024-01-04T06:24:08.409Z","dependency_job_id":"37ff4e9d-71cb-4878-bd5e-65e19c4700c3","html_url":"https://github.com/ChanTsune/wiz","commit_stats":{"total_commits":223,"total_committers":3,"mean_commits":74.33333333333333,"dds":"0.14798206278026904","last_synced_commit":"fb69e3eadaf45f6672d12ccfcec9e5161004c1e3"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ChanTsune/wiz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanTsune%2Fwiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanTsune%2Fwiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanTsune%2Fwiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanTsune%2Fwiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChanTsune","download_url":"https://codeload.github.com/ChanTsune/wiz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanTsune%2Fwiz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30231636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["programming-language"],"created_at":"2024-10-03T23:07:05.098Z","updated_at":"2026-03-07T21:32:26.883Z","avatar_url":"https://github.com/ChanTsune.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT SHIELDS --\u003e\n[![CI][ci-status-shield]][ci-status-url]\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cp\u003e\u003ca href=\"https://github.com/ChanTsune/wiz\"\u003e\u003cimg src=\"./icon.svg\" width=\"120\" hight=\"120\"/\u003e\u003c/a\u003e\u003c/p\u003e\n    \u003cp\u003e\u003ch3\u003eWiz Programming Language\u003c/h3\u003e\u003c/p\u003e\n    \u003cp\u003eProgramming is modern-day magic\n\u003c/p\u003e\n\u003c/div\u003e\n\n\n## Getting started\n\n### Requirements\n\n|**Tool**|**Version**|\n|:-:|:-:|\n|Rust|latest|\n|llvm|14|\n\n### Setup\n\n1. Install Rust\n\nInstall Rust from https://www.rust-lang.org/tools/install.\n\n2. Install LLVM\n\nWe recomended using `llvmenv` to install LLVM.\n\n**Using llvmenv**\n```bash\ncargo install llvmenv\n```\n\n```bash\nllvmenv init\nllvmenv build-entry 14.0\nllvmenv global 14.0.0\n```\n\n**Using Homebrew on Mac**\n\n```bash\nbrew install llvm@14\n```\n\n```bash\nexport LLVM_SYS_140_PREFIX=\"$(brew --prefix llvm@14)\"\n```\n\n**Using apt on Debian Linux**\n\n```bash\nsudo apt install clang-14 llvm-14\n```\n\n3. Build and install wiz\n\n```bash\nsh install.sh\n```\n\n4. Enable wiz\n\n```bash\nsource \"$HOME/.wiz/env\"\n```\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n[ci-status-shield]: https://github.com/ChanTsune/wiz/actions/workflows/test.yml/badge.svg\n[ci-status-url]: https://github.com/ChanTsune/wiz/actions/workflows/test.yml\n[contributors-shield]: https://img.shields.io/github/contributors/ChanTsune/wiz.svg\n[contributors-url]: https://github.com/ChanTsune/wiz/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/ChanTsune/wiz.svg\n[forks-url]: https://github.com/ChanTsune/wiz/network/members\n[stars-shield]: https://img.shields.io/github/stars/ChanTsune/wiz.svg\n[stars-url]: https://github.com/ChanTsune/wiz/stargazers\n[issues-shield]: https://img.shields.io/github/issues/ChanTsune/wiz.svg\n[issues-url]: https://github.com/ChanTsune/wiz/issues\n[license-shield]: https://img.shields.io/github/license/ChanTsune/wiz.svg\n[license-url]: https://github.com/ChanTsune/wiz/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchantsune%2Fwiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchantsune%2Fwiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchantsune%2Fwiz/lists"}