Skip to content

Commit

Permalink
docs: separate prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor committed Mar 25, 2024
1 parent 36278f8 commit 1b9afd2
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# os1
an AGI operating system
an AGI operating system for Apple Silicon Macs.

> [!IMPORTANT]
> This project is currently in a very early development/experimental stage. There are a lot of unimplemented/broken features at the moment. Contributions are welcome to help out with the progress!

## Prerequisites

1. `brew install portaudio ffmpeg cmake`
2. rust & cargo - [rust installation guide](https://www.rust-lang.org/tools/install)
3. tauri CLI - `cargo install tauri`

## Installation

- `git clone https://github.com/cs50victor/os1.git`
- install Rust & Cargo if you haven't - [rust installation guide](https://www.rust-lang.org/tools/install)
- install the tauri CLI `cargo install tauri`
- `cd os1`
- `cargo tauri dev`

## Milestone

- [ ] Fully compatible with Apple Silicon devices.



- [ ] Support local mode ( auto switching and manually setting it )
- [ ] Full compatibility with Apple Silicon devices.

0 comments on commit 1b9afd2

Please sign in to comment.