Popularity
9.2
Stable
Activity
8.4
-
14,539
247
1,191

Monthly Downloads: 0
Programming language: TypeScript
License: MIT License
Tags: Automation    
Latest version: v1.0.0-beta.6

Leon alternatives and similar software solutions

Based on the "Automation" category.
Alternatively, view Leon alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Leon or a related project?

Add another 'Automation' Software solution

README

Leon

Your open-source personal assistant.

Website :: Documentation :: Roadmap :: Contributing :: Story

πŸ“’ Notice πŸ“’ The next version requires long development. You can check what is happening under this branch.


πŸ‘‹ Introduction

Leon is an open-source personal assistant who can live on your server.

He does stuff when you ask him to.

You can talk to him and he can talk to you. You can also text him and he can also text you. If you want to, Leon can communicate with you by being offline to protect your privacy.

Why?

  1. If you are a developer (or not), you may want to build many things that could help in your daily life. Instead of building a dedicated project for each of those ideas, Leon can help you with his packages/modules (skills) structure.
  2. With this generic structure, everyone can create their own modules and share them with others. Therefore there is only one core (to rule them all).
  3. Leon uses AI concepts, which is cool.
  4. Privacy matters, you can configure Leon to talk with him offline. You can already text with him without any third party services.
  5. Open source is great.

What is this repository for?

This repository contains the following nodes of Leon:

  • The server
  • The packages/modules
  • The web app
  • The hotword node

What is Leon able to do?

Today, the most interesting part is about his core and the way he can scale up. He is pretty young but can easily scale to have new features (packages/modules). You can find what he is able to do by browsing the packages list.

Sounds good for you? Then let's get started!

☁️ Try with a Single-Click

Gitpod will automatically setup an environment and run an instance for you.

Open in Gitpod

πŸš€ Getting Started

Prerequisites

  • Node.js >= 16
  • npm >= 8
  • Supported OSes: Linux, macOS and Windows

To install these prerequisites, you can follow the How To section of the documentation.

Installation

# Install the Leon CLI
npm install --global @leon-ai/cli

# Install Leon (stable branch)
leon create birth
# OR install from the develop branch: leon create birth --develop

Usage

# Check the setup went well
leon check

# Run
leon start

# Go to http://localhost:1337
# Hooray! Leon is running

Docker Installation

# Install Leon
leon create birth --docker

# Run
leon start

# Go to http://localhost:1337
# Hooray! Leon is running

πŸ“š Documentation

For full documentation, visit docs.getleon.ai.

πŸ“Ί Video

Watch a demo.

🧭 Roadmap

To know what is going on, follow roadmap.getleon.ai.

❀️ Contributing

If you have an idea for improving Leon, do not hesitate.

Leon needs open source to live, the more modules he has, the more skillful he becomes.

πŸ“– The Story Behind Leon

You'll find a write-up on this blog post.

πŸ”” Stay Tuned

πŸ‘¨ Author

Louis Grenard (@grenlouis)

πŸ‘ Sponsors

phareal 30 USD / month Ant Media 17 USD / month Keith Myers 10 USD / month You?

You can also contribute by sponsoring Leon.

Please note that I dedicate most of my free time to Leon.

By sponsoring the project you make the project sustainable and faster to develop features.

The focus is not only limited to the activity you see on GitHub but also a lot of thinking about the direction of the project. Which is naturally related to the overall design, architecture, vision, learning process and so on...

Special Thanks

πŸ“ License

MIT License

Copyright (c) 2019-present, Louis Grenard [email protected]

Cheers!

Cheers!


*Note that all licence references and agreements mentioned in the Leon README section above are relevant to that project's source code only.