Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'docs-update' of https://github.com/janhq/docs into docs…
Browse files Browse the repository at this point in the history
…-update
  • Loading branch information
irfanpena committed May 14, 2024
2 parents 408568d + 5729449 commit 5dd1e06
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/pages/docs/desktop/mac.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import FAQBox from '@/components/FaqBox'


# Mac Installation
Jan has been developed as a Mac Universal application, allowing it to run natively on both Apple Silicon and Intel-based Macs. By integrating both binaries into a single package, we streamline the complexity and minimize the size of the Jan repository. This ensures efficient performance across different Mac architectures.
Jan has been developed as a Mac Universal application, allowing it to run natively on both Apple Silicon and Intel-based Macs.

## Compatibility

Expand All @@ -50,7 +50,7 @@ Ensure that your system meets the following requirements to use Jan effectively:
Apple Silicon Macs leverage Metal for GPU acceleration, providing faster performance than Intel Macs, which rely solely on CPU processing.
</Callout>

- **Disk**: At least 10GB for app and model download.
- **Disk**: At least 10GB for model downloads.

## Installing Jan

Expand All @@ -63,10 +63,10 @@ Jan provides two types of releases:
<Tabs.Tab>
#### Stable Releases

The stable release is a stable version of Jan. You can download a stable release Jan app via the following:
Please download Jan from official distributions, or build it from source.

- **Official Website**: [https://jan.ai](https://jan.ai/)
- **Jan GitHub repository**: https://github.com/janhq/jan
- **Jan GitHub repository**: [Github](https://github.com/janhq/jan/releases)

<Callout type="info">
Make sure to verify the URL to ensure that it's the official Jan website and GitHub repository.
Expand All @@ -75,7 +75,7 @@ Make sure to verify the URL to ensure that it's the official Jan website and Git
<Tabs.Tab>
#### Nightly Releases

The nightly Release allows you to test out new features and get a sneak peek at what might be included in future stable releases. You can download this version via:
Nightly Releases let you test out new features, which may be buggy:

- **Jan GitHub repository**: https://github.com/janhq/jan

Expand Down Expand Up @@ -108,10 +108,9 @@ brew install --cask jan

By default, Jan is installed in the following directory:

```
```sh
# Default installation directory
Applications\\Users\\{username}\\Jan
~/jan
```

<Callout type="info">
Expand Down

0 comments on commit 5dd1e06

Please sign in to comment.