freshcrate
Skin:/

jan

Jan is an open source alternative to ChatGPT that runs 100% offline on your computer.

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Jan is an open source alternative to ChatGPT that runs 100% offline on your computer.

README

Jan - Open-source ChatGPT replacement

github jan banner

English · 中文 · 日本語

GitHub commit activity Github Last Commit Github Contributors GitHub closed issues Discord

Getting Started - Community - Changelog - Bug reports

Jan is bringing the best of open-source AI in an easy-to-use product. Download and run LLMs with full control and privacy.

Installation

Get it from Microsoft Store Get it on Flathub

The easiest way to get started is by downloading one of the following versions for your respective operating system:

Platform Download
Windows jan.exe
macOS jan.dmg
Linux (deb) jan.deb
Linux (AppImage) jan.AppImage
Linux (Arm64) How-to

Download from jan.ai or GitHub Releases.

Features

  • Local AI Models: Download and run LLMs (Llama, Gemma, Qwen, GPT-oss etc.) from HuggingFace
  • Cloud Integration: Connect to GPT models via OpenAI, Claude models via Anthropic, Mistral, Groq, MiniMax, and others
  • Custom Assistants: Create specialized AI assistants for your tasks
  • OpenAI-Compatible API: Local server at localhost:1337 for other applications
  • Model Context Protocol: MCP integration for agentic capabilities
  • Privacy First: Everything runs locally when you want it to

Build from Source

For those who enjoy the scenic route:

Prerequisites

  • Node.js ≥ 20.0.0
  • Yarn ≥ 4.5.3
  • Make ≥ 3.81
  • Rust (for Tauri)
  • (macOS Apple Silicon only) MetalToolchain xcodebuild -downloadComponent MetalToolchain

Run with Make

git clone https://github.com/janhq/jan
cd jan
make dev

This handles everything: installs dependencies, builds core components, and launches the app.

Available make targets:

  • make dev - Full development setup and launch
  • make build - Production build
  • make test - Run tests and linting
  • make clean - Delete everything and start fresh

Manual Commands

yarn install
yarn build
yarn dev

System Requirements

Minimum specs for a decent experience:

  • macOS: 13.6+ (8GB RAM for 3B models, 16GB for 7B, 32GB for 13B)
  • Windows: 10+ with GPU support for NVIDIA/AMD/Intel Arc
  • Linux: Most distributions work, GPU acceleration available

For detailed compatibility, check our installation guides.

Troubleshooting

If things go sideways:

  1. Check our troubleshooting docs
  2. Copy your error logs and system specs
  3. Ask for help in our Discord #🆘|jan-help channel

Contributing

Contributions welcome. See CONTRIBUTING.md for the full spiel.

Links

Contact

License

Apache 2.0 - Because sharing is caring.

Acknowledgements

Built on the shoulders of giants:

Release History

VersionChangesUrgencyDate
v0.8.2## What's Changed - fix(rag): honor configured attachment size limit in document parser by @qnixsynapse in https://github.com/janhq/jan/pull/8248 - fix(mlx): register mlx capability so its commands pass ACL on macOS by @qnixsynapse - fix(threads): persist assistant parameters so sampler settings survive restart by @qnixsynapse - fix(csp): stop Tauri nonce-ing style-src so unsafe-inline works by @qnixsynapse - test(extensions): run llamacpp-extension tests in the global suite by @qnHigh6/1/2026
v0.8.1## What's Changed * Add Italian Translation by @albanobattistella in https://github.com/janhq/jan/pull/8157 * chore: merge release v0.8.0 to main by @qnixsynapse in https://github.com/janhq/jan/pull/8170 * chore: fix build due to missing comma in italian i18n by @qnixsynapse in https://github.com/janhq/jan/pull/8171 * docs: update for v0.8.0 by @qnixsynapse in https://github.com/janhq/jan/pull/8164 * chore: update manifest and changelog release 0.8.0 by @Minh141120 in https://github.com/janHigh5/29/2026
v0.8.0## What's Changed * feat: add MiniMax as a predefined cloud provider with M2.7 default by @octo-patch in https://github.com/janhq/jan/pull/7738 * feat: replace Foundation Models Swift HTTP server with direct Rust FFI via fm-rs by @dev-miro26 in https://github.com/janhq/jan/pull/7781 * fix: add pointer cursor to tool header when hovering by @bytrangle in https://github.com/janhq/jan/pull/7785 * docs: changelog for v0.7.9 by @Vanalite in https://github.com/janhq/jan/pull/7795 * chore: resolveHigh5/22/2026
v0.7.9## What's Changed * fix: clean up ANTHROPIC_* env vars from shell config when server stops or app exits by @since-2017-hub in https://github.com/janhq/jan/pull/7628 * fix: add redirect from /guides to /docs by @louis-jan in https://github.com/janhq/jan/pull/7669 * docs: update troubleshooting guides by @louis-jan in https://github.com/janhq/jan/pull/7670 * docs: restructure Reference by @louis-jan in https://github.com/janhq/jan/pull/7674 * docs: agents availability by @louis-jan in https:/Medium3/23/2026
v0.7.8## What's Changed * Sync Release/v0.7.7 to main by @louis-jan in https://github.com/janhq/jan/pull/7504 * docs: changelog for v0.7.7 by @Vanalite in https://github.com/janhq/jan/pull/7507 * chore: update flatpak manifest v0.7.7 by @Minh141120 in https://github.com/janhq/jan/pull/7510 * chore: update landing page app screenshots by @urmauur in https://github.com/janhq/jan/pull/7511 * fix: duplicate url manifest flatpak by @Minh141120 in https://github.com/janhq/jan/pull/7519 * Sync new chanLow3/11/2026
v0.7.7## What's Changed * fix: theme set loop on Windows by @louis-jan in https://github.com/janhq/jan/pull/7407 * fix: left panel full height by @urmauur in https://github.com/janhq/jan/pull/7409 * fix: throttle renderer to reduce pressure to the thread by @louis-jan in https://github.com/janhq/jan/pull/7408 * feat: prompt to download Jan VL model for vision capability by @Vanalite in https://github.com/janhq/jan/pull/7410 * docs: changelog for v0.7.6 by @Vanalite in https://github.com/janhq/janLow2/11/2026
v0.7.6## What's Changed * docs: update homepage SEO meta title and description by @eckartal in https://github.com/janhq/jan/pull/7024 * chore: update flatpak manifest by @Minh141120 in https://github.com/janhq/jan/pull/7025 * blog: optimize "run AI locally" blog post for SEO by @eckartal in https://github.com/janhq/jan/pull/7028 * feat: combine attachments icon by @urmauur in https://github.com/janhq/jan/pull/6998 * fix: cstdint patch flatpak by @Minh141120 in https://github.com/janhq/jan/pull/70Low1/27/2026
v0.7.5## What's Changed * fix: model import issue on Windows by @louis-jan in https://github.com/janhq/jan/pull/7124 * fix: users couldn’t import the mmproj vision model if the base name didn’t match. by @louis-jan in https://github.com/janhq/jan/pull/7127 * fix: correct CUDA backend installation and migration issues by @qnixsynapse in https://github.com/janhq/jan/pull/7130 * fix: kill mcp server on app termination by @Vanalite in https://github.com/janhq/jan/pull/7131 **Full Changelog**: httLow12/8/2025
v0.7.4## What's Changed * feat: add backend migration mapping and update backend handling by @qnixsynapse in https://github.com/janhq/jan/pull/6917 * ci: clean up deduplicate issue workflow by @Minh141120 in https://github.com/janhq/jan/pull/6923 * Enhance localization by completing missing translations across all locales + czech support by @github-roushan in https://github.com/janhq/jan/pull/6758 * feat: Add official jan browser mcp by @Vanalite in https://github.com/janhq/jan/pull/6929 * docs: Low12/5/2025
v0.7.3## What's Changed * Feat: Mobile App Optimization and Backend Integration by @Vanalite in https://github.com/janhq/jan/pull/6512 * feat: Configure iOS to use frontDist to independently build by @Vanalite in https://github.com/janhq/jan/pull/6540 * enhancement: base layout mobile by @urmauur in https://github.com/janhq/jan/pull/6549 * Feat: Split different build configuration among different platforms by @Vanalite in https://github.com/janhq/jan/pull/6608 * feat: Add make commands for ios aLow11/13/2025
v0.7.2## What's Changed * chore: happy-dom update by @Minh141120 in https://github.com/menloresearch/jan/pull/6790 **Full Changelog**: https://github.com/menloresearch/jan/compare/v0.7.1...v0.7.2Low10/16/2025
v0.7.1## What's Changed * chore: use custom nsis template by @Minh141120 in https://github.com/menloresearch/jan/pull/6721 * ci: remove upload msi artifact by @Minh141120 in https://github.com/menloresearch/jan/pull/6725 * fix: prompt token by @urmauur in https://github.com/menloresearch/jan/pull/6727 * Fix: Anthropic request to add models by @Vanalite in https://github.com/menloresearch/jan/pull/6728 * fix: get model capabilities correctly by @Vanalite in https://github.com/menloresearch/jan/pulLow10/3/2025
v0.7.0## What's Changed * ci: separate jan web build and deploy by @Minh141120 in https://github.com/menloresearch/jan/pull/6427 * add mcp for web by @dinhlongviolin1 in https://github.com/menloresearch/jan/pull/6411 * fix: Polish translation by @0rzech in https://github.com/menloresearch/jan/pull/6421 * ci: remove paths triggered for jan server by @Minh141120 in https://github.com/menloresearch/jan/pull/6430 * ci: fix typo in branch name for jan web by @Minh141120 in https://github.com/menloreseLow10/2/2025
v0.6.10## What's Changed * Bring back QA changes 0.6.9 by @dinhlongviolin1 in https://github.com/menloresearch/jan/pull/6320 * docs: Major restructure and consolidation by @ramonpzg in https://github.com/menloresearch/jan/pull/6323 * hotfix: fixed home page hyperlink and extension gif by @ramonpzg in https://github.com/menloresearch/jan/pull/6324 * fix: Use 80% total memory for compatibility check (#6321) by @dinhlongviolin1 in https://github.com/menloresearch/jan/pull/6333 * hotfix: changed websiLow9/18/2025
v0.6.9## What's Changed * ci: add disable auto update flag by @Minh141120 in https://github.com/menloresearch/jan/pull/6143 * add disable auto updater input for nightly build by @Minh141120 in https://github.com/menloresearch/jan/pull/6159 * enhancement: Add support for mmproj models by @urmauur in https://github.com/menloresearch/jan/pull/6150 * ci: fix tauri build nightly for linux by @Minh141120 in https://github.com/menloresearch/jan/pull/6161 * feat: Add GGUF metadata reading functionality bLow8/28/2025
v0.6.8## What's Changed * Sync Release/v0.6.6 into dev by @louis-menlo in https://github.com/menloresearch/jan/pull/5973 * fix: thread sorting issue by @cmppoon in https://github.com/menloresearch/jan/pull/5976 * ✨enhancement: blurry logo model provider by @urmauur in https://github.com/menloresearch/jan/pull/5986 * fix: missing text color responsive left panel by @urmauur in https://github.com/menloresearch/jan/pull/5989 * fix assistant dropdown onClick not triggered consistently by @cmppoon in Low8/14/2025
v0.6.7## Changes - fix: should not include reasoning text in the chat completion request @louis-menlo (#6072) - fix: gpt-oss thinking block @urmamur (#6071) - fix: react state loop from hooks useMediaQuery @urmamur (#6031) ## Contributor @louis-menlo and @urmauur Low8/6/2025
v0.6.6## Changes - hotfix: regression issue with colon in model name @louis-menlo (#6008) - Add RunEvent::Exit event to tauri to handle macos context menu exit @qnixsynapse (#6005) - fix: remove auto refresh model custom provider @urmauur (#6002) - fix: generate response button disappear on tool call @louis-menlo (#5988) - fix: title tooltip MCP edit json @urmauur (#5987) - fix: download progress missing when left panel scrollable @urmauur (#5984) - fix: failed provider models list due to broLow7/31/2025
v0.6.5## Changes - ✨enhancement: support base layout responsive Ul @urmauur (#5472) - ✨enhancement: setting responsive @urmauur (#5615) - ✨feat: bump version of llama.cpp - b5857 @louis-menlo (#5742) - 🐛fix: revert back stat hover for three dots @urmauur (#5777) - 🐛fix: download icon when left panel close @urmauur (#5776) - 🐛fix: revert installationmode in nsis template @Minh141120 (#5778) - 🐛fix: make three dots default show 3 dots and can trigger with right click @urmauur (#5712) - 🐛Low7/17/2025
v0.6.4## Changes - fix: top_k validation @louis-menlo (#5650) - fix: some of the model settings are not applied @louis-menlo (#5644) - fix: min_p validation on model load @louis-menlo (#5568) ## Contributor @louis-menlo Low7/1/2025
v0.6.3## Changes - fix: handle context shift setting from old app versions @louis-menlo (#5547) - 🐛fix: modal action light mode @urmauur (#5545) - hotfix: increase context size window does not popup first time @louis-menlo (#5542) ## Contributor @louis-menlo and @urmauur Low6/26/2025
v0.6.2## Changes - 🔧config: remove MCP and tool use production gate @louis-menlo (#5531) - 🐛fix: default model settings @louis-menlo (#5528) - ✨enhancement: adjust placement exp toggle @urmauur (#5525) - ✨feat: improve local provider connectivity with CORS bypass @samhvw8 (#5458) - ✨enhancement: experimental feature toggle @urmauur (#5514) - 🐛fix: delete pre populate remote models @urmauur (#5516) - ♻️ sync: cherry pick v0.6.2 release @louis-menlo (#5515) ## Contributor @louis-menlo,Low6/26/2025
v0.6.1## Changes - 🐛 fix: avoid rendering the HTML title of the thread @urmauur (#5375) ## Contributor @urmauur Low6/19/2025
v0.6.0## 🚀 Features - ✨enhancement: Model sources should not be hard coded from frontend @louis-menlo (#5270) - ✨enhancement: add setting chat width container @urmauur (#5289) - ✨ Feat: Token Speed Display Feature @LazyYuuki (#5278) - ✨enhancement: out of context troubleshooting @louis-menlo (#5275) - ✨enhancement: model run improvement @louis-menlo (#5268) - ✨enhancement: masking sensitive values in environment variables @urmauur (#5276) - feat: improve ui search @samhvw8 (#5052) - feat: hidLow6/19/2025
v0.5.18-rc6-beta## What's Changed * feat: Add Tauri as an Alternative Build Option for Jan by @louis-menlo in https://github.com/menloresearch/jan/pull/4844 * chore: Jan with new UI/UX by @urmauur in https://github.com/menloresearch/jan/pull/4964 * fix: should not spawn many llama.cpp servers for the same model by @louis-menlo in https://github.com/menloresearch/jan/pull/4994 * refactor: remove hardcoded provider names by @louis-menlo in https://github.com/menloresearch/jan/pull/4995 * feat: Download managLow6/16/2025
v0.5.18-rc5-beta## What's Changed * feat: Add Tauri as an Alternative Build Option for Jan by @louis-menlo in https://github.com/menloresearch/jan/pull/4844 * chore: Jan with new UI/UX by @urmauur in https://github.com/menloresearch/jan/pull/4964 * fix: should not spawn many llama.cpp servers for the same model by @louis-menlo in https://github.com/menloresearch/jan/pull/4994 * refactor: remove hardcoded provider names by @louis-menlo in https://github.com/menloresearch/jan/pull/4995 * feat: Download managLow6/15/2025
v0.5.18-rc4-beta## What's Changed * feat: Add Tauri as an Alternative Build Option for Jan by @louis-menlo in https://github.com/menloresearch/jan/pull/4844 * chore: Jan with new UI/UX by @urmauur in https://github.com/menloresearch/jan/pull/4964 * fix: should not spawn many llama.cpp servers for the same model by @louis-menlo in https://github.com/menloresearch/jan/pull/4994 * refactor: remove hardcoded provider names by @louis-menlo in https://github.com/menloresearch/jan/pull/4995 * feat: Download managLow6/15/2025
v0.5.17## Changes - Enhanced wording on the installation pages, the data folder and the privacy section. @ramonpzg (#4943) - ci(workflow): add condition pr labelling job for forked repo @Minh141120 (#4934) - Enhanced the wording on the overview and the quickstart pages. @ramonpzg (#4930) - fix: "GPU Acceleration" section missing after enabling Experimental Mode since version 0.5.15 @emeric-martineau (#4826) - chore: use more appropriate html tag for 'ModelDropdown' trigger and 'Settings' button Low5/15/2025
v0.5.16## 🚀 Features - feat: rotate api token for each run @louis-menlo (#4820) - feat: Cortex API Authorization @louis-menlo (#4819) - enhancement: add checkmark selected model @urmauur (#4795) - analytics: integrate posthog into Jan web @urmauur (#4788) - feat: add openai 4.5 preview and anthropic claude 3.7 sonnet models @david-menloai (#4764) - enhancement: recommended label engine variant @urmauur (#4740) - enhancement: improve chat thread @urmauur (#4736) - enhancement: scrollbar settiLow3/24/2025
v0.5.15## 🚀 Features - feat: Allow HTTP proxy authentication inputs @bxdoan (#4479) - enhancement: remote engine model @urmauur (#4560) - enhancement: error ui in threads @urmauur (#4578) - fix: think content render as markdown @urmauur (#4564) - feat: better hardware setting @urmauur (#4471) - enhancement: update UI uploading files and images @urmauur (#4562) - feat: pull models list when setting up a new remote engine @louis-menlo (#4547) - feat: Standardize inline error messages @urmauur Low2/18/2025
v0.5.15-rc11-beta## What's Changed * fix: render slow on device label by @urmauur in https://github.com/janhq/jan/pull/4627 * chore: bump cortex.cpp to the rc5 to address race condition issue by @louis-menlo in https://github.com/janhq/jan/pull/4630 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.15-rc10-beta...v0.5.15-rc11-betaLow2/11/2025
v0.5.15-rc10-beta## What's Changed * chore: fix engine variant for mac targets by @louis-menlo in https://github.com/janhq/jan/pull/4626 * fix: app shows update button even there is no new release by @louis-menlo in https://github.com/janhq/jan/pull/4628 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.15-rc9-beta...v0.5.15-rc10-betaLow2/11/2025
v0.5.15-rc9-beta## What's Changed * fix: remove toggle enable GPU from setting by @urmauur in https://github.com/janhq/jan/pull/4624 * chore: add back env paths setting so cortex engine can load libraries properly by @louis-menlo in https://github.com/janhq/jan/pull/4625 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.15-rc8-beta...v0.5.15-rc9-betaLow2/11/2025
v0.5.15-rc8-beta## What's Changed * chore: bump cortex to the latest version 1.0.10-rc1 to address hardware UI issues by @louis-menlo in https://github.com/janhq/jan/pull/4622 * chore: change cortex.cpp log level to info for easier log observation by @louis-menlo in https://github.com/janhq/jan/pull/4623 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.15-rc7-beta...v0.5.15-rc8-betaLow2/11/2025
v0.5.15-rc7-beta## What's Changed * fix: load model error component by @urmauur in https://github.com/janhq/jan/pull/4604 * chore: update remote provider response transform template by @louis-menlo in https://github.com/janhq/jan/pull/4602 * fix: remote engine model auto select by @urmauur in https://github.com/janhq/jan/pull/4609 * fix: server log actions position by @urmauur in https://github.com/janhq/jan/pull/4608 * chore: add back app logging function by @louis-menlo in https://github.com/janhq/jan/pull/46Low2/10/2025
v0.5.15-rc6-beta## What's Changed * chore: calculate model label by @urmauur in https://github.com/janhq/jan/pull/4585 * chore: add default inference parameters for custom remote models by @louis-menlo in https://github.com/janhq/jan/pull/4584 * chore:add deepseek r1 distill models to hub by @louis-menlo in https://github.com/janhq/jan/pull/4586 * chore: Updated copies in-app by @imtuyethan in https://github.com/janhq/jan/pull/4527 * chore: add google gemini and deepseek as new supported remote engine providersLow2/6/2025
v0.5.15-rc5-beta## What's Changed * chore: delete custom engine by @urmauur in https://github.com/janhq/jan/pull/4581 * chore: engine model adding ux refinement by @louis-menlo in https://github.com/janhq/jan/pull/4580 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.15-rc4-beta...v0.5.15-rc5-betaLow2/5/2025
v0.5.15-rc4-beta## What's Changed * enhancement: update UI uploading files and images by @urmauur in https://github.com/janhq/jan/pull/4562 * enhancement: remote engine model by @urmauur in https://github.com/janhq/jan/pull/4560 * feat: better hardware setting by @urmauur in https://github.com/janhq/jan/pull/4471 * fix: think content render as markdown by @urmauur in https://github.com/janhq/jan/pull/4564 * fix: download progress import from hgf by @urmauur in https://github.com/janhq/jan/pull/4567 * enhancemenLow2/5/2025
v0.5.15-rc3-beta## What's Changed * chore: align item menu action error message by @urmauur in https://github.com/janhq/jan/pull/4548 * chore: reasoning block by @urmauur in https://github.com/janhq/jan/pull/4551 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.15-rc2-beta...v0.5.15-rc3-betaLow2/2/2025
v0.5.15-rc2-beta## What's Changed * feat: pull models list when setting up a new remote engine by @louis-menlo in https://github.com/janhq/jan/pull/4547 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.15-rc1-beta...v0.5.15-rc2-betaLow1/30/2025
v0.5.15-rc1-beta## What's Changed * chore: sync from main into dev by @louis-menlo in https://github.com/janhq/jan/pull/4486 * chore: bump llama.cpp to the latest version by @louis-menlo in https://github.com/janhq/jan/pull/4498 * fix: Correct index for Windows download button by @urmauur in https://github.com/janhq/jan/pull/4500 * fix: thread title summarization doesn't work well on reasoning models by @louis-menlo in https://github.com/janhq/jan/pull/4504 * fix: typo meta description by @urmauur in https://giLow1/30/2025
v0.5.14## Changes ## 🐛 Fixes - fix: thread title summarization doesn't work well on reasoning models @louis-jan (#4504) ## 🧰 Maintenance - chore: bump llama.cpp to the latest version @louis-jan (#4498) ## Contributor @louis-jan Low1/23/2025
v0.5.14-rc7-beta## What's Changed * chore: add caching for engines to improve load time by @louis-jan in https://github.com/janhq/jan/pull/4481 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.14-rc6-beta...v0.5.14-rc7-betaLow1/18/2025
v0.5.14-rc6-beta## What's Changed * chore: remote provider error handling and chore bug fix by @louis-jan in https://github.com/janhq/jan/pull/4480 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.14-rc5-beta...v0.5.14-rc6-betaLow1/17/2025
v0.5.14-rc5-beta## What's Changed * fix: remote engine revamp issues by @louis-jan in https://github.com/janhq/jan/pull/4475 * chore: refactor - clean out useEngines - mutate swr to update by @louis-jan in https://github.com/janhq/jan/pull/4476 * chore: fix remote engines request templates by @louis-jan in https://github.com/janhq/jan/pull/4477 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.14-rc3-beta...v0.5.14-rc5-betaLow1/17/2025
v0.5.14-rc3-beta## What's Changed * fix: app crashes on select cloud model first time onboarding by @louis-jan in https://github.com/janhq/jan/pull/4470 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.14-rc2-beta...v0.5.14-rc3-betaLow1/16/2025
v0.5.14-rc2-beta## What's Changed * Merge bug fixes from 0.5.12 into dev by @louis-jan in https://github.com/janhq/jan/pull/4338 * chore: upgrade to turbo v2 and reduce ci quality gate runtime by @hiento09 in https://github.com/janhq/jan/pull/4324 * feat: local engine management by @urmauur in https://github.com/janhq/jan/pull/4334 * chore: sync latest main into dev by @louis-jan in https://github.com/janhq/jan/pull/4360 * chore: refactor extensions build script for optimization by @louis-jan in https://github.Low1/16/2025
v0.5.14-rc1-beta## What's Changed * Merge bug fixes from 0.5.12 into dev by @louis-jan in https://github.com/janhq/jan/pull/4338 * chore: upgrade to turbo v2 and reduce ci quality gate runtime by @hiento09 in https://github.com/janhq/jan/pull/4324 * feat: local engine management by @urmauur in https://github.com/janhq/jan/pull/4334 * chore: sync latest main into dev by @louis-jan in https://github.com/janhq/jan/pull/4360 * chore: refactor extensions build script for optimization by @louis-jan in https://github.Low1/16/2025
v0.5.13## 🐛 Fixes - fix: max\_tokens revert back to 8192 automatically when creating a new thread @louis-jan (#4397) - fix: revert back product analytic with default opt-out @urmauur (#4394) - fix: send event opt out @urmauur (#4390) - fix: enable default opt in analytic @urmauur (#4387) - fix: should not disable Vulkan support option @louis-jan (#4382) - fix: bump llama.cpp engine hotfix version to address model load issue on some MacOS Intel machines @louis-jan (#4374) ## 🧰 Maintenance Low1/6/2025
v0.5.13-rc5-beta## What's Changed * fix: max_tokens revert back to 8192 automatically when creating a new thread by @louis-jan in https://github.com/janhq/jan/pull/4397 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.13-rc4-beta...v0.5.13-rc5-betaLow1/3/2025
v0.5.13-rc4-beta## What's Changed * fix: send event opt out by @urmauur in https://github.com/janhq/jan/pull/4390 * fix: revert back product analytic with default opt-out by @urmauur in https://github.com/janhq/jan/pull/4394 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.13-rc2-beta...v0.5.13-rc4-betaLow1/3/2025
v0.5.13-rc3-beta## What's Changed * fix: send event opt out by @urmauur in https://github.com/janhq/jan/pull/4390 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.13-rc2-beta...v0.5.13-rc3-betaLow1/2/2025
v0.5.13-rc2-beta## What's Changed * fix: should not disable Vulkan support option by @louis-jan in https://github.com/janhq/jan/pull/4382 * chore: add cpu_threads settings in cortex extension by @louis-jan in https://github.com/janhq/jan/pull/4386 * fix: enable default opt in analytic by @urmauur in https://github.com/janhq/jan/pull/4387 **Full Changelog**: https://github.com/janhq/jan/compare/v0.5.13-rc1-beta...v0.5.13-rc2-betaLow1/2/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

hawkHawk CLI — Model-Agnostic. Limitless Intelligence.main@2026-06-02
slot-jsx-pragma🎰 Enable declarative slottable components with a custom JSX pragma for seamless React integration and enhanced performance.main@2026-06-06
claude-code-proxyMonitor and visualize your Claude Code API interactions with Claude Code Proxy. Easily set up a transparent proxy and live dashboard. 🛠️🚀main@2026-06-06
piclawI'm going to build my own OpenClaw, with blackjack... and bun!v2.6.1
langwatchThe platform for LLM evaluations and AI agent testinglangwatch-3.4.1

More in Uncategorized

llama.cppLLM inference in C/C++
modal-clientSDK libraries for Modal
anolisaANOLISA - Agentic Nexus Operating Layer & Interface System Architecture