{"id":27915466,"url":"https://github.com/b1gbyt3/macos-riverspider","last_synced_at":"2026-04-11T03:32:39.680Z","repository":{"id":292229186,"uuid":"976408680","full_name":"b1gbyt3/macOS-riverSpider","owner":"b1gbyt3","description":"A script to automatically install and configure the riverSpider environment on macOS.","archived":false,"fork":false,"pushed_at":"2025-05-11T02:47:51.000Z","size":113,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T09:54:18.454Z","etag":null,"topics":["automation","bash","command-line","homebrew","java","logisim","macos","mise","osx","shell-script","utility","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b1gbyt3.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":"2025-05-02T04:05:14.000Z","updated_at":"2025-05-11T02:39:12.000Z","dependencies_parsed_at":"2025-05-08T20:33:11.270Z","dependency_job_id":null,"html_url":"https://github.com/b1gbyt3/macOS-riverSpider","commit_stats":null,"previous_names":["b1gbyt3/macos-riverspider"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/b1gbyt3/macOS-riverSpider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b1gbyt3%2FmacOS-riverSpider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b1gbyt3%2FmacOS-riverSpider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b1gbyt3%2FmacOS-riverSpider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b1gbyt3%2FmacOS-riverSpider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b1gbyt3","download_url":"https://codeload.github.com/b1gbyt3/macOS-riverSpider/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b1gbyt3%2FmacOS-riverSpider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["automation","bash","command-line","homebrew","java","logisim","macos","mise","osx","shell-script","utility","zsh"],"created_at":"2025-05-06T15:54:43.632Z","updated_at":"2026-04-11T03:32:39.655Z","avatar_url":"https://github.com/b1gbyt3.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# riverSpider macOS Setup Script\n\n\n[![Test riverSpider setup script on macOS](https://github.com/b1gbyt3/macOS-riverSpider/actions/workflows/test-macos-install.yml/badge.svg)](https://github.com/b1gbyt3/macOS-riverSpider/actions/workflows/test-macos-install.yml)\n\n\n**Full Install Time Estimate:** \u003c5 mins\n\nIncludes:\n* Downloading and installing `Homebrew`\n* Installing necessary packages (`coreutils`, `mise`, `wget`, `fd`)\n* Setting up latest `Java OpenJDK`\n* Downloading and unzipping `riverSpiderForMac.zip`\n\n*Note: Actual time may vary based on your hardware and internet speed. (Tested on M1 Max 10-core, 64GB RAM, 250Mbps connection).*\n\n\n## Before Install (Required)\n\n**Grant Full Disk Access to Terminal:**\n\n1.  Go to **System Settings \u003e Privacy \u0026 Security \u003e Full Disk Access**.\n2.  Click **+**, navigate to `Applications/Utilities/`, select **Terminal.app**, and click **Open**.\n3.  Ensure the switch next to Terminal is **ON**.\n## Install\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/b1gbyt3/macOS-riverSpider/HEAD/install.sh)\"\n```\n\n* Installs: [Homebrew](https://brew.sh), [mise](https://github.com/jdx/mise?tab=readme-ov-file#what-is-it), [fd](https://github.com/sharkdp/fd?tab=readme-ov-file#fd), [wget](https://www.gnu.org/software/wget/), [coreutils](https://www.gnu.org/software/coreutils/), [OpenJDK](https://openjdk.org)\n* Adds: easy to use shell function to your config file:\n  * `riverspider` - runs `riverSpider/submit.sh` on passed file **(from anywhere)**\n    * ## Usage\n      ```bash\n      riverspider \u003cyour_file.ttpasm\u003e\n      ```\n  * `logisim` - opens Logisim (from anywhere)\n    * ## Usage\n      ```bash\n      logisim [your_file.circ]\n      ```\n      \u003e Note: `[your_file.circ]` is optional\n  * `logproc` - opens `processor0004.circ` in Logisim **(from anywhere)**\n  * `logalu` - opens `alu.circ` in Logisim **(from anywhere)**\n  * `logreg` - opens `regbank.circ` in Logisim **(from anywhere)**\n\n## After Install (Required)\n* Source config:\n  * `source ~/.zprofile` (Zsh)\n  * `source ~/.bash_profile` (Bash)\n* Or restart terminal\n\n\n\n\n## LIMITATIONS\n### Shell Config Files\n\u003e NOTE: CURRENTLY ONLY WORKS ON [bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)) AND [zsh](https://en.wikipedia.org/wiki/Z_shell)\n* Defaults:\n  *  `~/.zprofile` (Zsh)\n  *  `~/.bash_profile` (Bash)\n* **Using different files?**\n  ```bash\n  git clone https://github.com/b1gbyt3/macOS-riverSpider.git \u0026\u0026 cd macOS-riverSpider\n  ```\n  * Edit in `install.sh`:\n  ```bash\n  # --- Shell Settings Filenames ---\n  # Default names for the shell configuration files.\n  # You might need to change these if you use different filenames like '.zshrc' or '.bashrc'.\n  readonly ZSH_PROFILE_BASENAME=\".zprofile\"      # For Zsh shell\n  readonly BASH_PROFILE_BASENAME=\".bash_profile\" # For Bash shell\n  ```\n  * Run: `chmod +x install.sh \u0026\u0026 ./install.sh`\n\n### ⚠️ No Spaces in Paths!\n* ✅ GOOD: `~/CISP_310/riverSpider/`\n* ❌ BAD: `~/CISP 310/riverSpider/`\n* ✅ GOOD: `~/CISP310/riverSpider/my-file.ttpasm`\n* ❌ BAD: `~/CISP_310/riverSpider/my file.ttpasm`\n\u003e NO this `~/\"CISP 310\"/riverSpider/` and `~/CISP\\ 310/riverSpider/` **DOESN'T FIX IT**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb1gbyt3%2Fmacos-riverspider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb1gbyt3%2Fmacos-riverspider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb1gbyt3%2Fmacos-riverspider/lists"}