docs: restructure README for the v0.15 built-in-engine launch#258
Merged
Conversation
Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Rewrites the README around the v0.15 shift: Thuki now ships its own built-in llama.cpp inference engine as the default, with Ollama demoted to one of several supported providers. The page is tighter, more accurate, and leads with the new one-line installer.
Key changes
curl -fsSL https://thuki.app/install.sh | shis the recommended path (RSA-verified DMG, no Gatekeeper prompt and no manualxattrstep). Manual DMG and build-from-source move into collapsibles; a production-build path (bun run build:allthen open the bundle) is added.config/tips.ts,config/commandArtifacts.ts, and the regenerateddocs/commands.md. The/thinkbullet is reframed as opt-in, off by default./searchroadmap note ("coming built-in, no Docker") propagated to the twosandbox/search-boxservice READMEs and pointed at tracking issue Ship first-class, out-of-box/search(no Docker setup) #257.Testing
bun run test(frontend): 2176 pass.bun run typecheck,prettier --check,bun run build:frontend: clean.App.tsx:1296, a pre-existing local-only artifact that is green in CI. No Rust changed.Note
Two links go live with the 0.15.0 landing-page work and are dead until then:
thuki.app/install.sh(the one-line installer) andthuki.app/subscribe(founder-note email capture). This README should land together with that release, not before. The OpenAI-compatible provider is intentionally a future roadmap mention only; theopenaikind stays gated in code.