Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cs50victor/os1
AGI operating system adapter for Apple Silicon Macs [WIP]
https://github.com/cs50victor/os1
01 agi ai macos openinterpreter
Last synced: 3 months ago
JSON representation
AGI operating system adapter for Apple Silicon Macs [WIP]
- Host: GitHub
- URL: https://github.com/cs50victor/os1
- Owner: cs50victor
- License: mit
- Created: 2024-02-26T01:32:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T08:01:32.000Z (9 months ago)
- Last Synced: 2024-10-04T15:30:49.872Z (3 months ago)
- Topics: 01, agi, ai, macos, openinterpreter
- Language: Python
- Homepage:
- Size: 55.9 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# os1
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`
- `cd os1`
- `cargo tauri dev`## Milestone
- [ ] Support local mode ( auto switching and manually setting it )
- [ ] Full compatibility with Apple Silicon devices.