RunanywhereAI / RunanywhereAI/wally
Segmentation fault: 11
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 86
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 50
Description
I followed the install commands per the documentation but after I launched rcli I got the following error.
$ rcli
██████╗ ██████╗██╗ ██╗
██╔══██╗██╔════╝██║ ██║
██████╔╝██║ ██║ ██║
██╔══██╗██║ ██║ ██║
██║ ██║╚██████╗███████╗██║
╚═╝ ╚═╝ ╚═════╝╚══════╝╚═╝
On-device voice AI and RAG for macOS
Powered by RunAnywhere
Loading AI models... Segmentation fault: 11
I tried @shubhammalhotra28 recommended solution to reinstall on another issue by using the following commands but it still ran into the same issue as above
# 1. Remove Homebrew install (if present)
brew uninstall rcli 2>/dev/null; brew untap runanywhereal/rcli 2>/dev/null
# 2. Remove the binary (if installed via curl)
sudo rm -f /usr/local/bin/rcli
# 3. Remove all RCLI data, models, and config
rm -rf ~/Library/RCLI ~/.rcli
# 4. Fresh install
curl -fsSL https://raw.githubusercontent.com/RunanywhereAI/RCLI/main/install.sh | bash
My machine specs are:
CPU: M3 Pro
Memory: 18GB
macOS Version: Sonoma 14.7.1 (23H222)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the crash by launching rcli on the reported M3 Pro and macOS Sonoma 14.7.1 environment, focusing on the “Loading AI models...” step. Inspect the model-loading path and determine what prevents the segmentation fault; done means rcli launches without crashing on the reported setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos
- Domain
- ai, cli, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100