Skip to content

fix: Intel Mac support, RAM pre-flight check, TLS revocation, Ollama readiness poll, and model pref update on re-install#63

Open
ViperNetwork wants to merge 1 commit into
techjarves:mainfrom
ViperNetwork:Improvements-by-Marshmallow.Projects
Open

fix: Intel Mac support, RAM pre-flight check, TLS revocation, Ollama readiness poll, and model pref update on re-install#63
ViperNetwork wants to merge 1 commit into
techjarves:mainfrom
ViperNetwork:Improvements-by-Marshmallow.Projects

Conversation

@ViperNetwork
Copy link
Copy Markdown

Resolves #49, #46, #60, #61, #62

Summary

Breaking changes

None. All changes are additive or remove a security downgrade.

Notes for reviewers

  • --ssl-no-revoke removal may surface failures in environments where OCSP
    endpoints are firewall-blocked. This is intentional; the correct fix there
    is to configure a trusted corporate CA, not to skip revocation globally.
  • OLLAMA_MODEL_PREF is now always updated by the installer on re-runs.
    Users who manually changed the model in the AnythingLLM UI will have their
    preference overwritten the next time they run the installer. This is
    consistent with the documented behaviour ("re-run install.bat to add
    models") and matches what the first-time install already did.

- Added system RAM checks and advisories in install-core.ps1, install-core.sh, start-linux.sh, start-mac.command, and start-windows.bat.
- Updated readiness polling for Ollama to replace fixed sleep with dynamic checks in start-linux.sh, start-mac.command, and start-windows.bat.
- Improved user feedback regarding RAM requirements for AI models.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mac launcher only downloads Apple Silicon build (Intel Macs unsupported)

1 participant