-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36278f8
commit 1b9afd2
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |