diff --git a/docs/src/pages/docs/installation/_meta.json b/docs/src/pages/docs/installation/_meta.json index c1ea21ed1..f2fab92b8 100644 --- a/docs/src/pages/docs/installation/_meta.json +++ b/docs/src/pages/docs/installation/_meta.json @@ -10,5 +10,9 @@ "linux": { "title": "Linux", "href": "/docs/installation/linux" + }, + "beta": { + "title": "BETA apps", + "href": "/docs/installation/beta" } } diff --git a/docs/src/pages/docs/installation/beta.mdx b/docs/src/pages/docs/installation/beta.mdx new file mode 100644 index 000000000..b11e4be9b --- /dev/null +++ b/docs/src/pages/docs/installation/beta.mdx @@ -0,0 +1,81 @@ +--- +title: Beta Builds +description: Try out the latest features of Jan through our beta builds. Get early access to new features and help shape the future of Jan. +keywords: + [ + Jan, + beta, + preview, + early-access, + testing, + development, + experimental-features, + feedback, + support + ] +--- + +import { Tabs, Callout } from 'nextra/components' + +# Jan Beta Builds + +Welcome to Jan's beta program! Beta builds give you early access to new features and improvements before they reach the stable release. By participating in the beta program, you can help shape the future of Jan by providing feedback and reporting issues. + + +Beta builds may contain bugs and unstable features. We recommend using the stable release for production environments. + + +## Download Beta Builds + +Get the latest beta builds for your platform: + + + +- [MacOS Universal](https://app.jan.ai/download/beta/mac-universal) + + + +- [Windows Installer](https://app.jan.ai/download/beta/win-x64) + + + +- [jan.deb](https://app.jan.ai/download/beta/linux-amd64-deb) +- [jan.AppImage](https://app.jan.ai/download/beta/linux-amd64-appimage) + + + +## Getting Help & Support + +### Discord Community +Join our Discord community to: +- Get help with beta builds +- Discuss new features +- Connect with other beta testers +- Share feedback directly with the team + +[Join our Discord Server](https://discord.com/channels/1107178041848909847/1149558035971321886) or report directly to [#🆘|jan-help](https://discord.com/channels/1107178041848909847/1192090449725358130) + +### GitHub Issues +Found a bug or have a feature request? Let us know on GitHub: + +1. Check if the issue has already been reported +2. Create a new issue with: + - Clear description of the problem + - Steps to reproduce + - Expected vs actual behavior + - System information + - Screenshots if applicable + +[File an Issue on GitHub](https://github.com/menloresearch/jan/issues) + +## Beta Program Benefits + +- Early access to new features +- Direct influence on product development +- Opportunity to shape Jan's future +- Access to beta-specific support channels +- Regular updates with the latest improvements + + +Your feedback is invaluable in helping us improve Jan. Thank you for being part of our beta testing community! +