Loading repository data…
Loading repository data…
Daniel-16 / repository
Alris is an AI automation tool that transforms natural language commands into task execution.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An automation system that transforms natural language commands into seamless task execution. Alris enables you to automate workflows, manage tasks, and control applications through simple, natural language instructions.
Author: Daniel Toba
Copyright: © 2025 Daniel Toba
License: Apache License 2.0
cd client
npm install
npm run dev
The application will be available at http://localhost:3000
cd server
python -m venv myenv
source myenv/bin/activate # On Linux/Mac
pip install -r requirements.txt
playwright install
python run.py
The following commands are currently supported:
search [query] - Performs a web searchopen [url] - Opens specified URLplay video of [query] - Searches and plays videosplay music of [query] - Searches and plays musicExamples:
search weather in London
open github.com
play video of cute puppies
play music of The Beatles
Copyright (c) 2025 Daniel Toba
This project is licensed under the Apache License, Version 2.0 - see http://www.apache.org/licenses/LICENSE-2.0 for details.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.