Built for $0

Neural Junkie is an experiment: what can one team ship when the product, toolchain, hosting, and marketing stack are all free and open source? No mandatory cloud bill. No app-store cut. No paid analytics SaaS. Users can run local models forever without a credit card.

Download free Install trust guide View source (MIT)

The thesis

Most “free” AI tools subsidize inference with VC money or upsell cloud APIs. Neural Junkie inverts that:

This page is the reproducible recipe. Clone the repo, read the tables, and run the same stack.

Build stack (OSS)

LayerToolLicenseCost
Desktop shellTauri 1.x + RustMIT / Apache-2.0$0
UIReact + TypeScript + ViteMIT$0
Hub / agentsGoBSD-3$0
Local inferenceOllama (bundled macOS)MIT$0
EditorMonaco + LSPMIT$0
SpecialistsLoRA / MLX (Apple Silicon)Apache-2.0$0
CIGitHub ActionsFree for public repos$0

Ship & operate (free tiers)

FunctionServiceCost
Source + issuesGitHub public repo$0
InstallersGitHub Releases$0
macOS installHomebrew tap (camronwood/tap)$0
Marketing siteGitHub Pages (/docs)$0
Slack OAuth relayCloudflare Workers (optional)Free tier
AnalyticsGoatCounterFree at our scale
SEOGenerated sitemap + meta (make site-seo-sync)$0

Market (no ad spend)

User runtime: free path vs optional paid

NeedFree pathOptional paid
Chat & agentsOllama + bundled/local modelsClaude, OpenAI-compatible APIs
SpecialistsLoRA train locallyCloud GPU (your choice)
SlackConnect Slack via free relay
StorageLocal disk
UpdatesGitHub Releases + in-app beta channel

Platform taxes (honest limits)

Some gates cost money or user friction. We document both — no pretending Gatekeeper does not exist.

GatePaid fixFree path today
macOS GatekeeperApple Developer + notarization ($99/yr)Homebrew cask, Right-click → Open, install trust guide
Linux packagesOfficial apt repo / Snap store feesHomebrew formula, .deb, build from source
Windows SmartScreenEV code signing cert“More info” → Run anyway, SHA256 verify, build from source
Official Homebrew CaskNotability / maintainer timeCustom tap works today
Custom domainRegistrar feecamronwood.github.io/neural-junkie (free)

CI already supports notarization when Apple secrets are present — we stay on ad-hoc signing until paying Apple aligns with the experiment budget (zero).

Reproduce it yourself

git clone https://github.com/camronwood/neural-junkie.git
cd neural-junkie
make gui-install   # first time
make gui           # run desktop + hub

# Marketing site locally
python3 -m http.server 8765 --directory docs

# Regenerate SEO after editing pages
make site-seo-sync