revert: Remove Nextra product section to isolate Astro site changes
- Removed docs/src/pages/products/ directory and all contents - Removed products entry from docs/src/pages/_meta.json - Reverted docs/package.json, docs/bun.lock, docs/yarn.lock to dev state This creates a cleaner separation between: - Current branch: Astro site changes only - rp/nextra-product-section branch: Nextra product section changes only
This commit is contained in:
parent
4e4c683211
commit
a48925f6bc
824
docs/bun.lock
824
docs/bun.lock
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,6 @@
|
||||
"@radix-ui/react-tooltip": "^1.0.7",
|
||||
"@scalar/api-reference-react": "^0.1.31",
|
||||
"@theguild/remark-mermaid": "^0.0.6",
|
||||
"astro-mermaid": "^1.0.4",
|
||||
"autoprefixer": "^10.0.1",
|
||||
"axios": "^1.6.8",
|
||||
"date-fns": "^3.6.0",
|
||||
@ -29,7 +28,6 @@
|
||||
"fs": "^0.0.1-security",
|
||||
"gray-matter": "^4.0.3",
|
||||
"lucide-react": "^0.522.0",
|
||||
"mermaid": "^11.9.0",
|
||||
"next": "^14.1.4",
|
||||
"next-seo": "^6.5.0",
|
||||
"next-sitemap": "^4.2.3",
|
||||
|
||||
@ -11,10 +11,6 @@
|
||||
"type": "page",
|
||||
"title": "Documentation"
|
||||
},
|
||||
"products": {
|
||||
"type": "page",
|
||||
"title": "Products"
|
||||
},
|
||||
"local-server": {
|
||||
"type": "page",
|
||||
"title": "Jan Local Server",
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
{
|
||||
"index": "Overview",
|
||||
"platforms": "Platforms",
|
||||
"models": "Models",
|
||||
"tools": "Tools"
|
||||
}
|
||||
@ -1,132 +0,0 @@
|
||||
---
|
||||
title: Product Overview
|
||||
description: AI that runs where you need it, how you need it. Jan is a full-stack, self-hostable AI solution.
|
||||
---
|
||||
import { Callout } from 'nextra/components'
|
||||
|
||||
Jan is moving from a local AI application to a complete full-stack AI solution that you can self-host. This includes models, applications, and tools that delight users and help them solve their problems.
|
||||
|
||||
## What We're Building
|
||||
|
||||
**Jan Factory (or Agent)** = Jan Models + Jan Application + Jan Tools
|
||||
|
||||
Unlike other AI assistants that do specific tasks with one model or have many models with a myriad of solutions, Jan provides:
|
||||
- Its own specialised models that are optimised at specific tasks like web-search, creative writing, and translation
|
||||
- Applications that work across all of your devices in an integrated way
|
||||
- Tools that actually get things done
|
||||
|
||||
## Two Modes, One Experience
|
||||
|
||||
### Local (Incognito) Mode
|
||||
Run AI models entirely on your device, giving you complete privacy with no internet required.
|
||||
|
||||
### Cloud Mode
|
||||
Connect to more powerful models when needed - either self-hosted or via jan.ai.
|
||||
|
||||
<Callout type="info" title="Simple Choice">
|
||||
Users shouldn't need to understand models, APIs, or technical details. Just choose Local for privacy or Cloud for power.
|
||||
</Callout>
|
||||
|
||||
## Our Product Principles
|
||||
|
||||
### 1) It Just Works
|
||||
1. Open Jan, start chatting
|
||||
2. Onboarding is fully available but optional
|
||||
3. Setting up an API key is optional
|
||||
4. Selecting a local model is optional
|
||||
5. Become a power user at your own pace, if you want to
|
||||
|
||||
We handle the complexity.
|
||||
|
||||
### 2) Cloud When Needed
|
||||
Start completely locally and own your AI models. Add cloud capabilities only when you choose to.
|
||||
|
||||
### 3) Solve Problems, Not Settings
|
||||
We help users get to answers quickly, not configuration options. Power users can dig deeper, but it's never required.
|
||||
|
||||
## Available on Every Device
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-6 mt-6">
|
||||
<div className="p-6 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h3 className="text-lg font-semibold mb-2">Jan Desktop</h3>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400 mb-4">
|
||||
**Available Now** <br />
|
||||
Your personal AI workstation. Run models locally or connect to the cloud. Powers your other devices.
|
||||
</p>
|
||||
<a href="/products/platforms/desktop" className="text-blue-600 dark:text-blue-400 font-semibold">Learn more →</a>
|
||||
</div>
|
||||
<div className="p-6 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h3 className="text-lg font-semibold mb-2">Jan Web</h3>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400 mb-4">
|
||||
**Beta Launch Soon** <br />
|
||||
Access Jan from any browser with no setup. The default cloud backend for mobile and team collaboration.
|
||||
</p>
|
||||
<a href="/products/platforms/jan-ai" className="text-blue-600 dark:text-blue-400 font-semibold">Learn more →</a>
|
||||
</div>
|
||||
<div className="p-6 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h3 className="text-lg font-semibold mb-2">Jan Mobile</h3>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400 mb-4">
|
||||
**Coming Q4 2025** <br />
|
||||
Connect to your Desktop or Server, or run models like Jan Nano locally for a seamless on-the-go experience.
|
||||
</p>
|
||||
<a href="/products/platforms/mobile" className="text-blue-600 dark:text-blue-400 font-semibold">Learn more →</a>
|
||||
</div>
|
||||
<div className="p-6 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h3 className="text-lg font-semibold mb-2">Jan Server</h3>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400 mb-4">
|
||||
**Coming Q2 2025** <br />
|
||||
A self-hosted solution for teams and enterprises. Your own private AI cloud with enterprise features.
|
||||
</p>
|
||||
<a href="/products/platforms/server" className="text-blue-600 dark:text-blue-400 font-semibold">Learn more →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## Jan Mobile: Three Modes, One Experience
|
||||
|
||||
Jan Mobile brings the same AI experience to your phone. Connect to your desktop, your server, or run models locally.
|
||||
|
||||
### How It Works
|
||||
Jan Mobile adapts to your situation:
|
||||
|
||||
- **At Home:** Connect to your Jan Desktop over WiFi. `Your Phone → WiFi → Your Desktop → Response`
|
||||
- **At Work:** Connect to your company Jan Server. `Your Phone → Internet → Company Server → Response`
|
||||
- **On the Go:** Run Jan Nano on your phone or talk to your favorite cloud-based model. `Your Phone → Jan Nano (6GB) → Response`
|
||||
|
||||
No configuration needed. It just works.
|
||||
|
||||
### Key Features
|
||||
- **Seamless Switching:** Move from home to office to airplane. One-click and Jan adapts immediately.
|
||||
- **Voice First:** Talk to Jan naturally. Responses can be spoken too.
|
||||
- **Sync Everything:** Conversations, settings, and preferences follow you across devices.
|
||||
|
||||
## What Makes Jan Different
|
||||
|
||||
| Feature | Other AI Assistants | Jan |
|
||||
| :--- | :--- | :--- |
|
||||
| **Models** | Wrapper around Claude/GPT | Our own models + You can own them |
|
||||
| **Dual mode** | Your data on their servers | Your data stays yours |
|
||||
| **Deployment** | Cloud only | Local, self-hosted, or cloud |
|
||||
| **Cost** | Subscription forever | Free locally, pay for cloud |
|
||||
|
||||
## Development Timeline
|
||||
|
||||
Jan is actively developed with regular releases. Our development follows these key milestones:
|
||||
|
||||
### Current Focus
|
||||
- **Jan Desktop:** Continuous improvements and model support
|
||||
- **Jan Web:** Beta launch preparation
|
||||
- **Model Development:** Jan Nano and Lucy optimization
|
||||
|
||||
### Next 6 Months
|
||||
- Jan Web public beta
|
||||
- Mobile app development
|
||||
- Server deployment tools
|
||||
|
||||
### Future Vision
|
||||
- Complete AI Agent platform
|
||||
- Advanced tool integration
|
||||
- Enterprise features
|
||||
|
||||
<Callout>
|
||||
We're building AI that respects your choices. Run it locally for privacy, connect to cloud for power, or self-host for both.
|
||||
</Callout>
|
||||
@ -1,4 +0,0 @@
|
||||
{
|
||||
"jan-v1": "Jan V1",
|
||||
"jan-nano": "Jan Nano"
|
||||
}
|
||||
@ -1,35 +0,0 @@
|
||||
---
|
||||
title: Jan Nano
|
||||
description: Compact research model optimized for finding answers through tool use.
|
||||
---
|
||||
import { Callout } from 'nextra/components'
|
||||
|
||||
Jan Nano is a 4-billion parameter model designed for research and information retrieval. Instead of trying to know everything, it excels at finding anything through deep integration with Model Context Protocol (MCP) tools.
|
||||
|
||||
## Two Variants
|
||||
|
||||
| Model | Context Window | Size | Use Case |
|
||||
|:---|:---|:---|:---|
|
||||
| Jan Nano 32k | 32,768 tokens | 4-8GB | Quick research, general queries |
|
||||
| Jan Nano 128k | 131,072 tokens | 8-12GB | Deep research, document analysis |
|
||||
|
||||
<Callout>
|
||||
Jan Nano requires MCP-enabled tools (like web search) to reach its full potential. Enable MCP in **Settings → Advanced Settings**.
|
||||
</Callout>
|
||||
|
||||
## What Makes Nano Different
|
||||
- **Research-First Design:** Trained to find relevant information, synthesize findings, and provide accurate citations.
|
||||
- **MCP Integration:** Works seamlessly with tools like web search, document analysis, and code repositories.
|
||||
- **Extended Context:** The 128k variant can process entire codebases, book-length documents, or 50+ research papers simultaneously.
|
||||
|
||||
## Technical Details
|
||||
- **Base:** 4B parameter transformer
|
||||
- **Training:** Optimized for tool use and retrieval
|
||||
- **Quantization:** Q4, Q8, FP16 variants available
|
||||
|
||||
## Philosophy
|
||||
Most models try to be encyclopedias. Jan Nano is a research assistant. It doesn't memorize the internet—it knows how to navigate it.
|
||||
|
||||
---
|
||||
|
||||
[Download Jan Desktop](https://jan.ai/download) | [Model Details](https://huggingface.co/Menlo/Jan-nano) | [MCP Documentation](https://jan.ai/docs/mcp)
|
||||
@ -1,30 +0,0 @@
|
||||
---
|
||||
title: Jan V1
|
||||
description: Our upcoming family of foundational models, built to compete with the best.
|
||||
---
|
||||
import { Callout } from 'nextra/components'
|
||||
|
||||
<Callout type='warning'>**In Development:** Jan V1 models are currently being trained and are not yet available.</Callout>
|
||||
|
||||
## Our Foundational Model Family
|
||||
|
||||
Jan V1 is our in-house family of models designed to compete directly with leading models like GPT-4 and Claude. We're building powerful, general-purpose models from the ground up to solve real-world problems with a focus on efficiency and privacy.
|
||||
|
||||
### Planned Model Lineup
|
||||
|
||||
| Model | Target Size | Intended Use Case | Availability |
|
||||
|:------------|:------------|:-----------------------------|:--------------|
|
||||
| Jan V1-7B | 4-8GB | Fast, efficient daily tasks | Coming Soon |
|
||||
| Jan V1-13B | 8-16GB | Balanced power and performance | Coming Soon |
|
||||
| Jan V1-70B | 40-64GB | Deep analysis, professional work | Coming Soon |
|
||||
| Jan V1-180B | 100GB+ | Frontier research, complex tasks | Planned 2026 |
|
||||
|
||||
### What to Expect
|
||||
- **Competitive Performance**: Aiming for results on par with leading closed-source models.
|
||||
- **Optimized for Local Use**: Efficient quantized versions for running on your own hardware.
|
||||
- **Privacy-Centric**: Trainable and runnable in your own environment, ensuring your data stays yours.
|
||||
- **Seamless Integration**: Designed to work perfectly within the Jan ecosystem.
|
||||
|
||||
---
|
||||
|
||||
[Follow our development →](https://jan.ai/v1-updates)
|
||||
@ -1,6 +0,0 @@
|
||||
{
|
||||
"desktop": "Desktop",
|
||||
"jan-ai": "Jan.ai",
|
||||
"mobile": "Mobile",
|
||||
"server": "Server"
|
||||
}
|
||||
@ -1,138 +0,0 @@
|
||||
---
|
||||
title: Jan Desktop
|
||||
description: AI that runs on your computer, not someone else's. Your personal AI workstation.
|
||||
---
|
||||
import { Callout, Tabs, Tab } from 'nextra/components'
|
||||
|
||||
This is how Jan started and it has been available since day 1. Jan Desktop strives to be:
|
||||
|
||||
> Your personal AI workstation that helps with our use cases and powers other devices. Run models locally right away or bring an API key to connect to your favorite cloud-based models.
|
||||
|
||||
Jan Desktop is where it all starts. Download it, open it, and start chatting. Your AI runs on your computer with zero setup required.
|
||||
|
||||
## Two Modes, Zero Complexity
|
||||
|
||||
### Local Mode (Default)
|
||||
Your conversations stay on your computer. No internet needed. Complete privacy.
|
||||
|
||||
### Cloud Mode
|
||||
Connect to more powerful models when you need them. Your choice of provider.
|
||||
|
||||
<Callout>
|
||||
First time opening Jan? It just works. No API keys, no model downloads, no settings required.
|
||||
</Callout>
|
||||
|
||||
## What You Get
|
||||
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 mt-6">
|
||||
<div className="p-4 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h4 className="font-semibold text-lg mb-2">📡 Works Offline</h4>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400">Download once, use forever. Internet is optional.</p>
|
||||
</div>
|
||||
<div className="p-4 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h4 className="font-semibold text-lg mb-2">🛡️ Your Data Stays Yours</h4>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400">Everything stored in `~/jan`. No cloud backups unless you want them.</p>
|
||||
</div>
|
||||
<div className="p-4 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h4 className="font-semibold text-lg mb-2">🖥️ Powers Other Devices</h4>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400">Your desktop becomes an AI server for your phone and other computers.</p>
|
||||
</div>
|
||||
<div className="p-4 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h4 className="font-semibold text-lg mb-2">👨💻 Developer Friendly</h4>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400">Local API at `localhost:1337`. Works with any OpenAI-compatible tool.</p>
|
||||
</div>
|
||||
<div className="p-4 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h4 className="font-semibold text-lg mb-2">🚀 GPU Acceleration</h4>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400">Automatically detects and uses NVIDIA GPUs for faster performance.</p>
|
||||
</div>
|
||||
<div className="p-4 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h4 className="font-semibold text-lg mb-2">💻 Cross-Platform</h4>
|
||||
<p className="text-sm text-gray-600 dark:text-gray-400">Windows, macOS, and Linux support with native performance.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## System Requirements
|
||||
|
||||
### Minimum Requirements
|
||||
- **RAM:** 8GB (models use less than 80% of available memory)
|
||||
- **Storage:** 10GB+ free space
|
||||
- **OS:** Windows 10, macOS 12, Ubuntu 20.04 or newer
|
||||
|
||||
### Recommended
|
||||
- **RAM:** 16GB+ for larger models
|
||||
- **Storage:** 20GB+ for multiple models
|
||||
- **GPU:** NVIDIA GPU with 6GB+ VRAM for acceleration
|
||||
- **OS:** Latest versions for best performance
|
||||
|
||||
## Getting Started
|
||||
|
||||
1. **Download Jan** from [jan.ai/download](https://jan.ai/download)
|
||||
2. **Open the app** - it loads with everything ready
|
||||
3. **Start chatting** - that's it
|
||||
|
||||
## Local Mode Features
|
||||
|
||||
- **Built-in Model:** Jan comes with a model that works immediately. No downloading, no waiting.
|
||||
- **Smart Defaults:** Automatically uses your GPU if available and adjusts to your system's capabilities.
|
||||
- **Complete Privacy:** No telemetry by default, no account required, and no data leaves your machine.
|
||||
|
||||
## Cloud Mode (Optional)
|
||||
|
||||
Connect to external AI providers when you need more power:
|
||||
|
||||
<Tabs items={['jan.ai', 'OpenAI', 'Self-Hosted']}>
|
||||
<Tab>
|
||||
Our cloud service (coming soon). One click to enable.
|
||||
</Tab>
|
||||
<Tab>
|
||||
Use your OpenAI API key for GPT-4 access.
|
||||
</Tab>
|
||||
<Tab>
|
||||
Connect to your own Jan Server.
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
## Desktop as Your AI Hub
|
||||
|
||||
Your desktop can power AI across all your devices by automatically becoming a local server.
|
||||
|
||||
- **Network Sharing:** Mobile apps connect over WiFi, and other computers can access your models.
|
||||
- **API:** Available at `localhost:1337` for any OpenAI-compatible application.
|
||||
- **Offline Access:** No internet required for local network connections.
|
||||
|
||||
## For Developers
|
||||
|
||||
### Local API Server
|
||||
```bash
|
||||
# Always running at localhost:1337
|
||||
curl http://localhost:1337/v1/chat/completions \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"model": "default", "messages": [{"role": "user", "content": "Hello"}]}'
|
||||
```
|
||||
|
||||
## Common Questions
|
||||
|
||||
<details>
|
||||
<summary>Do I need to download models?</summary>
|
||||
No. Jan comes with a default model that works immediately.
|
||||
</details>
|
||||
<details>
|
||||
<summary>Can I use it offline?</summary>
|
||||
Yes. Local Mode works completely offline once installed.
|
||||
</details>
|
||||
<details>
|
||||
<summary>How do I switch models?</summary>
|
||||
Most users don't need to. Power users can explore the Model Hub.
|
||||
</details>
|
||||
<details>
|
||||
<summary>Is it really private?</summary>
|
||||
Yes. In Local Mode, nothing leaves your computer.
|
||||
</details>
|
||||
|
||||
<Callout type="error">
|
||||
Having issues? Most problems are solved by restarting the app. If that doesn't work, check our [troubleshooting guide](/docs/troubleshooting).
|
||||
</Callout>
|
||||
|
||||
## The Bottom Line
|
||||
|
||||
Jan Desktop is AI that respects that your computer is YOUR computer, not a terminal to someone else's server. Just software that works for you.
|
||||
@ -1,72 +0,0 @@
|
||||
---
|
||||
title: Jan.ai
|
||||
description: Cloud AI that respects your privacy. Web-based access to Jan with no setup required.
|
||||
---
|
||||
import { Callout } from 'nextra/components'
|
||||
|
||||
**Status:** Beta Launch Soon
|
||||
|
||||
Web-based version of Jan with no setup required. Same default cloud mode for mobile and desktop users.
|
||||
|
||||
## What is Jan Web?
|
||||
|
||||
Jan Web is the cloud-hosted version of Jan that runs in your browser. No installation needed, instant access from any device, with the same AI experience you get locally.
|
||||
|
||||
<Callout>
|
||||
Currently in beta development. Beta launch coming soon.
|
||||
</Callout>
|
||||
|
||||
## How It Works
|
||||
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-6">
|
||||
<div class="p-4 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h4 class="font-semibold text-lg mb-2">For Desktop Users</h4>
|
||||
<p class="text-sm text-gray-600 dark:text-gray-400">When you switch to Cloud Mode in Jan Desktop, it connects to Jan Web automatically.</p>
|
||||
</div>
|
||||
<div class="p-4 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h4 class="font-semibold text-lg mb-2">For Mobile Users</h4>
|
||||
<p class="text-sm text-gray-600 dark:text-gray-400">Jan Web serves as the default cloud backend for mobile apps when not connected to your desktop.</p>
|
||||
</div>
|
||||
<div class="p-4 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h4 class="font-semibold text-lg mb-2">For Web Users</h4>
|
||||
<p class="text-sm text-gray-600 dark:text-gray-400">Visit jan.ai directly in your browser for instant access to AI without downloading anything.</p>
|
||||
</div>
|
||||
<div class="p-4 border border-gray-200 dark:border-gray-700 rounded-lg">
|
||||
<h4 class="font-semibold text-lg mb-2">Team Collaboration</h4>
|
||||
<p class="text-sm text-gray-600 dark:text-gray-400">Share prompts, workflows, and collaborate on threads with your team members.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## Pricing
|
||||
|
||||
| Tier | Features | Price |
|
||||
| :--- | :--- | :--- |
|
||||
| **Free** | Free for everyone | $0 |
|
||||
| **Pro** | Access our latest models<br/>Access other cloud providers without API keys | Coming Soon |
|
||||
| **Enterprise** | Self-host or we host it for you<br/>Active support and SLAs<br/>SSO integration<br/>Team features | Contact Sales |
|
||||
|
||||
## For Developers
|
||||
|
||||
### API Access
|
||||
```javascript
|
||||
// Same API as local Jan
|
||||
const response = await fetch('https://api.jan.ai/v1/chat/completions', {
|
||||
headers: { 'Authorization': 'Bearer YOUR_KEY' },
|
||||
body: JSON.stringify({
|
||||
model: 'jan-nano',
|
||||
messages: [{ role: 'user', content: 'Hello' }]
|
||||
})
|
||||
});
|
||||
```
|
||||
### OpenAI Compatible
|
||||
```python
|
||||
# Just change the base URL
|
||||
client = OpenAI(
|
||||
base_url="https://api.jan.ai/v1",
|
||||
api_key="your-jan-key"
|
||||
)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
[Join Beta Waitlist](https://jan.ai/beta) | [Contact Sales](https://jan.ai/enterprise) | [API Documentation](/docs/api)
|
||||
@ -1,46 +0,0 @@
|
||||
---
|
||||
title: Jan Mobile
|
||||
description: Your AI assistant on the go. Seamlessly connect to local, desktop, or server models.
|
||||
---
|
||||
import { Callout } from 'nextra/components'
|
||||
|
||||
**Status:** Coming Q4 2025
|
||||
|
||||
Jan Mobile brings the same AI experience to your phone. Connect to your desktop, your server, or run models locally.
|
||||
|
||||
## How It Works
|
||||
Jan Mobile adapts to your situation:
|
||||
- **At Home:** Connect to your Jan Desktop over WiFi.
|
||||
- **At Work:** Connect to your company Jan Server.
|
||||
- **On the Go:** Run Jan Nano on your phone or use a cloud model.
|
||||
|
||||
## Three Modes, One Experience
|
||||
|
||||
### Desktop Mode
|
||||
Access larger, more powerful models running on your home computer. No phone battery drain.
|
||||
|
||||
### Server Mode
|
||||
Connect to your organization's private AI cloud for team collaboration and access to shared knowledge.
|
||||
|
||||
### Local Mode
|
||||
No connection? No problem. Run models like 'Jan Nano' directly on your phone for complete privacy and offline access.
|
||||
|
||||
## Key Features
|
||||
<div class='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 mt-6'>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Seamless Switching**</div>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Voice First Interface**</div>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Sync Everything**</div>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**iOS and Android**</div>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Adaptive Modes**</div>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Jan Nano Integration**</div>
|
||||
</div>
|
||||
|
||||
## Development Status
|
||||
- Core architecture completed
|
||||
- Desktop/Server connection protocols implemented
|
||||
- Jan Nano mobile optimization in progress
|
||||
- Closed beta planned for Q3 2025
|
||||
|
||||
---
|
||||
|
||||
[Get Notified](https://jan.ai/mobile) | [Follow on Discord](https://discord.gg/jan)
|
||||
@ -1,36 +0,0 @@
|
||||
---
|
||||
title: Jan Server
|
||||
description: Your own private AI cloud. Self-hosted AI for teams and enterprises.
|
||||
---
|
||||
import { Callout } from 'nextra/components'
|
||||
|
||||
**Status:** Coming Q2 2025
|
||||
|
||||
Jan Server is Jan Desktop with multi-user support. Deploy it on your hardware to create your own private AI cloud for your team or organization.
|
||||
|
||||
## Why Organizations Need This
|
||||
Jan Server gives you complete control over your AI infrastructure, ensuring total privacy, predictable costs, and compliance readiness.
|
||||
|
||||
## Key Features
|
||||
<div class='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 mt-6'>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Multi-User Support**</div>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Enterprise Authentication**</div>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Flexible Deployment**</div>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Admin Dashboard**</div>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Team Knowledge Sharing**</div>
|
||||
<div class='p-4 border border-gray-200 dark:border-gray-700 rounded-lg'>**Same API as Desktop**</div>
|
||||
</div>
|
||||
|
||||
## Deployment Options
|
||||
- **Docker:** Single command setup
|
||||
- **Kubernetes:** Enterprise scale and high availability
|
||||
- **Bare Metal:** Maximum control and performance
|
||||
|
||||
## Scaling Guidelines
|
||||
- **Small Teams (5-10 users):** Single powerful GPU (e.g., RTX 4090)
|
||||
- **Departments (10-50 users):** 2-4 GPU cluster nodes
|
||||
- **Enterprise (50+ users):** DGX cluster or custom configurations
|
||||
|
||||
---
|
||||
|
||||
[Join Early Access](https://jan.ai/server) | [Hardware Guide](/docs/server/hardware)
|
||||
@ -1,5 +0,0 @@
|
||||
{
|
||||
"deepresearch": "DeepResearch",
|
||||
"search": "Search",
|
||||
"browseruse": "BrowserUse"
|
||||
}
|
||||
@ -1,22 +0,0 @@
|
||||
---
|
||||
title: BrowserUse
|
||||
description: Native browser automation for Jan, enabling AI to interact with the web on your behalf.
|
||||
---
|
||||
import { Callout } from 'nextra/components'
|
||||
|
||||
<Callout type='warning'>**In Development:** This tool is planned and not yet available.</Callout>
|
||||
|
||||
## Let Jan Use Your Browser
|
||||
|
||||
'BrowserUse' is a native tool being developed for the Jan ecosystem that will allow the AI to securely control a browser to perform tasks, automate workflows, and interact with websites just like a human would.
|
||||
|
||||
Think of it as an integrated, privacy-first automation layer that turns Jan from a conversational AI into a powerful agent for action.
|
||||
|
||||
### Built on MCP
|
||||
The tool will be implemented as a native **Model Context Protocol (MCP)** server within Jan, ensuring secure and standardized communication between the AI model and the browser.
|
||||
|
||||
### Planned Core Features:
|
||||
- **Secure Sessions** in an isolated, sandboxed environment.
|
||||
- **Natural Language Control** (e.g., 'Book a flight...')
|
||||
- **Visual Understanding** to interpret page content.
|
||||
- **User in the Loop** for critical actions.
|
||||
@ -1,23 +0,0 @@
|
||||
---
|
||||
title: DeepResearch
|
||||
description: An AI agent that performs comprehensive, multi-step research for you.
|
||||
---
|
||||
import { Callout } from 'nextra/components'
|
||||
|
||||
<Callout type='warning'>**In Development:** This tool is planned and not yet available.</Callout>
|
||||
|
||||
## Your Personal Research Analyst
|
||||
|
||||
'DeepResearch' is a planned native tool for Jan that transforms it into a powerful research agent. Give it a complex question, and it will autonomously browse, analyze, and synthesize information from numerous sources to deliver a comprehensive, structured report.
|
||||
|
||||
Think of it as Jan's answer to the advanced research capabilities seen in **OpenAI's ChatGPT** and **Google's Gemini**, but built with privacy and user control at its core.
|
||||
|
||||
### How It Will Work
|
||||
Unlike a simple web search that returns a list of links, 'DeepResearch' will understand your goal, create a research plan, execute it, and deliver a final, synthesized document with citations.
|
||||
|
||||
### Planned Core Features:
|
||||
- **Autonomous Multi-Step Research**
|
||||
- **Comprehensive Source Analysis**
|
||||
- **Structured Report Generation**
|
||||
- **Full Transparency with Citations**
|
||||
- **Local-First Privacy**
|
||||
@ -1,25 +0,0 @@
|
||||
---
|
||||
title: Search
|
||||
description: A native search tool that gives you answers, not just links, with complete privacy.
|
||||
---
|
||||
import { Callout } from 'nextra/components'
|
||||
|
||||
<Callout type='warning'>**In Development:** This tool is planned and not yet available.</Callout>
|
||||
|
||||
## Answers, Not Just Links
|
||||
|
||||
'Search' is a planned native tool for Jan that rethinks web search. Instead of just giving you a list of links to sift through, it understands your question, scours the web, and provides a direct, synthesized answer with sources cited.
|
||||
|
||||
Think of it as a private, self-hosted alternative to services like **Perplexity.ai**, integrated directly into your AI assistant.
|
||||
|
||||
### How It's Different
|
||||
- **Privacy-First:** Your search queries are processed locally and anonymized.
|
||||
- **Direct Answers:** Get a concise, accurate answer compiled from the best sources.
|
||||
- **Cited Sources:** Every piece of information is backed by a verifiable source.
|
||||
- **Conversational Follow-up:** Ask follow-up questions in a natural way.
|
||||
|
||||
### Planned Core Features:
|
||||
- **Real-Time Information**
|
||||
- **Source Verification**
|
||||
- **Customizable Focus**
|
||||
- **Seamless Integration** with other tools
|
||||
23313
docs/yarn.lock
23313
docs/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user