This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Motivation
Couple of options:
- via Package managers (brew, winget, launchpad, etc.)
- Pros:
- Easy to update (maybe?) just provide package manager team
- Easy for acquire user? (like just running
brew install cortexcpp or something like that)
- Cons:
- Take long time for new version come out
- Hard (or impossible) to choose a place to install binary/files (not entirely sure. Open for discussion)
- self hosted
- Pros:
- Not being constrained by Package managers
- Shorter time to market
- Easy to have multiple variants (stable, beta, nightly)
- Let user decide where to store files. More managable?
- Cons:
- Have to handle upgrade ourselves
- User acquisition is more difficult?
- Hmm, both?
Related Issues