Skip to content
This repository was archived by the owner on Jun 15, 2025. It is now read-only.

Daniel-16/alris

Alris

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

Features

  • Natural language command processing
  • Task and workflow automation
  • Process scheduling and management
  • Real-time execution monitoring
  • WebSocket-based communication
  • Modern React-based UI with Next.js
  • FastAPI backend with automation engine
  • Cross-platform compatibility
  • Secure and scalable architecture

Prerequisites

  • Python 3.x
  • Node.js 16+
  • npm or yarn
  • Virtual environment (recommended for Python)

Quick Start

Client Setup

  1. Navigate to client directory:
cd client
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

The application will be available at http://localhost:3000

Server Setup

  1. Navigate to server directory:
cd server
  1. Create and activate virtual environment:
python -m venv myenv
source myenv/bin/activate  # On Linux/Mac
  1. Install dependencies:
pip install -r requirements.txt
  1. Install Playwright browsers:
playwright install
  1. Start the server:
python run.py

Available Commands

The following commands are currently supported:

  • search [query] - Performs a web search
  • open [url] - Opens specified URL
  • play video of [query] - Searches and plays videos
  • play music of [query] - Searches and plays music

Examples:

search weather in London
open github.com
play video of cute puppies
play music of The Beatles

Security Features

  • CORS protection
  • Input validation
  • Secure WebSocket communication
  • Authentication and authorization
  • Rate limiting

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License

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.

About

Alris is an AI automation tool that transforms natural language commands into task execution.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published