{"id":33185770,"url":"https://github.com/sekiguchi-nagisa/arsh","last_synced_at":"2026-01-18T15:32:41.561Z","repository":{"id":25687955,"uuid":"29124001","full_name":"sekiguchi-nagisa/arsh","owner":"sekiguchi-nagisa","description":"A statically typed scripting language with shell-like features","archived":false,"fork":false,"pushed_at":"2026-01-12T15:03:21.000Z","size":18669,"stargazers_count":27,"open_issues_count":50,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-14T07:34:35.493Z","etag":null,"topics":["cpp","scripting-language","shell"],"latest_commit_sha":null,"homepage":"","language":"C++","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/sekiguchi-nagisa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"NOTICE.md","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-01-12T07:31:09.000Z","updated_at":"2026-01-12T15:03:26.000Z","dependencies_parsed_at":"2024-02-21T17:25:29.056Z","dependency_job_id":"693064a7-03c0-4ea7-9f05-d11bd0f3efb9","html_url":"https://github.com/sekiguchi-nagisa/arsh","commit_stats":null,"previous_names":["sekiguchi-nagisa/arsh","sekiguchi-nagisa/ydsh"],"tags_count":87,"template":false,"template_full_name":null,"purl":"pkg:github/sekiguchi-nagisa/arsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sekiguchi-nagisa%2Farsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sekiguchi-nagisa%2Farsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sekiguchi-nagisa%2Farsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sekiguchi-nagisa%2Farsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sekiguchi-nagisa","download_url":"https://codeload.github.com/sekiguchi-nagisa/arsh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sekiguchi-nagisa%2Farsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28539228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"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":["cpp","scripting-language","shell"],"created_at":"2025-11-16T05:00:20.101Z","updated_at":"2026-01-18T15:32:41.549Z","avatar_url":"https://github.com/sekiguchi-nagisa.png","language":"C++","funding_links":[],"categories":["\u003ca name=\"shells\"\u003e\u003c/a\u003eShells"],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Coverage Status](https://coveralls.io/repos/github/sekiguchi-nagisa/arsh/badge.svg?branch=master)](https://coveralls.io/github/sekiguchi-nagisa/arsh?branch=master)\n[![Actions Status](https://github.com/sekiguchi-nagisa/arsh/workflows/GitHub%20Actions/badge.svg)](https://github.com/sekiguchi-nagisa/arsh/actions)\n[![CircleCI](https://circleci.com/gh/sekiguchi-nagisa/arsh.svg?style=shield)](https://circleci.com/gh/sekiguchi-nagisa/arsh)\n[![build result](https://build.opensuse.org/projects/home:nsekiguchi/packages/arsh/badge.svg?type=percent)](https://build.opensuse.org/package/show/home:nsekiguchi/arsh)\n\n# arsh\n\nA statically typed scripting language with shell-like features.\n\nCurrently, under heavy development. Language specification is subject to change without notice.\n\n## Build Requirement\n\n* Linux x86-64\n* cmake 3.15 or later\n* git (for fetching external projects)\n* Python 3.7 or later (for building `re2c`)\n* make/ninja\n* gcc/clang (need gnu++17 support)\n* libpcre2-8 10.30 or later\n    * need UTF-8 and Unicode property support\n\n### Optional Requirement\n\n* fzf (for history search)\n* bash-completion (for tab-completion)\n\n### Tested Compiler\n\n* gcc (9, 10, 11, 12, 13, 14)\n* clang (11, 12, 13, 14, 15, 16, 17, 18, 19, 20)\n\n### Other Tested platform\n\n* Linux\n    * Arm64\n* macOS\n    * x86-64\n    * Arm64\n* Windows x64\n    * Cygwin\n    * MSYS2\n    * WSL\n\n## How to use\n\n1. build and install\n\n* install from source\n\n```sh\n$ git clone https://github.com/sekiguchi-nagisa/arsh.git\n$ cd arsh \u0026\u0026 mkdir build \u0026\u0026 cd build\n$ cmake ..    # default install dir is /usr/local/bin\n$ make -j4\n$ sudo make install\n```\n\n* [install from package](https://software.opensuse.org//download.html?project=home%3Ansekiguchi\u0026package=arsh)\n    * Debian 11, 12, 13\n    * Ubuntu 22.04, 24.04\n    * Fedora 40, 41, 42, 43\n    * openSUSE 16, Tumbleweed\n\n2. run in interactive mode\n\n```sh\n$ arsh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsekiguchi-nagisa%2Farsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsekiguchi-nagisa%2Farsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsekiguchi-nagisa%2Farsh/lists"}