Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ancss/osai
OSAI: Your AI-powered OS assistant. Rename files, manage environment variables, set reminders, and control your system through natural language commands for Windows Macos and Linux. Streamline your workflow with intelligent file organization and automated tasks
https://github.com/ancss/osai
Last synced: 2 months ago
JSON representation
OSAI: Your AI-powered OS assistant. Rename files, manage environment variables, set reminders, and control your system through natural language commands for Windows Macos and Linux. Streamline your workflow with intelligent file organization and automated tasks
- Host: GitHub
- URL: https://github.com/ancss/osai
- Owner: Ancss
- Created: 2024-08-06T08:12:49.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-16T02:11:07.000Z (5 months ago)
- Last Synced: 2024-08-16T03:26:23.768Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 11.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSAI: Intelligent Operating System Assistant
OSAI is an AI-powered operating system assistant designed to enhance the user's operating system experience through natural language interaction. It integrates powerful AI capabilities to understand and execute various system-level tasks for Windows Macos and Linux, providing intelligent solutions for operating system management and control.
**OSAI's functionality is not limited to the features showcased below; its capabilities are only limited by how you choose to use it.**
[中文文档](./README.zh.md)
## Feature Showcase
### 1. Explain and Rename PDF Files
![pdf](./public/pdf.gif)
### 2. Batch Rename Images
![renameimages](./public/renameimages.gif)
### 3. Classify Files by Style and Type
![classification](./public/classification2.gif)
### 4. Add, View, and Delete Environment Variables
![environmentvariable2](./public/environmentvariable2.gif)
### 5. Open YouTube and Search for AI
![open youtube](./public/openYoutube.gif)
### 6. Add System Notifications
![reminderstart](./public/reminderstart.gif)
### 7. Open System Notifications
![openreminder](./public/openreminder.gif)
## Basic Operation Guide
Usage requires a Claude API key. Please click [here](https://console.anthropic.com/settings/keys) to obtain one, and add it in the application settings.
## Technical Requirements
- Node.js
- Rust
- Tauri CLI## Installation Guide
1. Clone the project repository:
```
git clone https://github.com/Ancss/osai.git
```
2. Navigate to the project directory:
```
cd osai
```
3. Install dependencies:
```
npm install
```## Usage Instructions
1. Start development mode:
```
npm run tauri dev
```
2. Build production version:
```
npm run tauri build
```