Leon alternatives and similar software solutions
Based on the "Automation" category.
Alternatively, view Leon alternatives based on common mentions on social networks and blogs.
-
Gekko
Gekko is a Bitcoin TA trading and backtesting bot which support multiple exchanges and cryptocurrencies. -
Node RED
A browser-based flow editor that helps you wiring hardware devices, APIs and online services to create IoT solutions. -
WebUI-aria2
Interface to interact with the aria2 downloader. Very simple to use, just download and open index.html in any web browser. -
Zenbot 3
Zenbot is a lightweight, extendable, artificially intelligent trading bot for Bitcoin, Ether, Litecoin, and more. -
Beehive
A flexible event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters. -
Headphones
An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole. -
RSS-Bridge
rss-bridge is a PHP project capable of generating ATOM feeds for websites which don't have one. -
pyLoad
Lightweight, customizable and remotely manageable downloader for 1-click-hosting sites like rapidshare.com or uploaded.to. -
Alltube
A web interface for youtube-dl, a program to download videos and audio from more than 100 websites. -
Medusa
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic. -
Actionsflow
The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions. -
YoutubeDL-Material
Material Design inspired YouTube downloader, based on youtube-dl. Supports playlists, quality select, search, dark mode and much more, all with a clean and modern design. -
FHEM
FHEM is used to automate common tasks in the household like switching lamps and heating. It can also be used to log events like temperature or power consumption. You can control it via web or smartphone frontends, telnet or TCP/IP directly. -
Accelerated Text
Automatically generate multiple natural language descriptions of your data varying in wording and structure. -
Http2pic
Website screenshots/renderer. It uses the wkhtmltox to render websites with various options. -
HRConvert2
Drag-and-drop file conversion server with session based authentication, automatic temporary file maintenance, and logging capability. -
MeTube
Web GUI for youtube-dl, with playlist support. Allows downloading videos from dozens of websites. -
betanin
Music organization man-in-the-middle of your torrent client and music player. Based on beets.io, similar to Sonarr and Radarr. -
SiteInspector
Web-based tool for catching spelling errors, grammatical errors, broken links, and other errors on websites. -
RSS Merger
PHP script which will take multiple RSS / Atom feeds as input and merge them into a single RSS feed. -
feed2toot
Feed2toot parses a RSS feed, extracts the last entries and sends them to Mastodon. -
LazyLibrarian
LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info.
Scout APM: A developer's best friend. Try free for 14-days
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Leon or a related project?
Popular Comparisons
README
Leon
Your open-source personal assistant.
Website :: Documentation :: Roadmap :: Contributing :: Story
Note
I'm focusing on another project, so the progress of this repo might slow down for a while. You can subscribe here to be part of the first ones.
Introduction
Leon is an open-source personal assistant who can live on your server.
He does stuff when you ask him for.
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?
- 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.
- 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).
- Leon uses AI concepts, which is cool.
- Privacy matters, you can configure Leon to talk with him offline. You can already text with him without any third party services.
- 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!
Getting Started
Prerequisites
To install these prerequisites, you can follow the How To section of the documentation.
Installation
# Clone the repository (stable branch)
git clone -b master https://github.com/leon-ai/leon.git leon
# OR download the latest release at: https://github.com/leon-ai/leon/releases/latest
# Go to the project root
cd leon
# Install
npm install
Usage
# Check the setup went well
npm run check
# Build
npm run build
# Run
npm start
# Go to http://localhost:1337
# Hooray! Leon is running
Docker Installation
# Build
npm run docker:build
# Run on Linux or macOS
npm run docker:run
# Run on Windows (you can replace "UTC" by your time zone)
docker run -e TZ=UTC -p 1337:1337 -it leonai/leon
# Go to http://localhost:1337
# Hooray! Leon is running
Documentation
For full documentation, visit docs.getleon.ai.
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 (@louistiti_fr)
Donate
You can also contribute by buying me a fruit juice.
License
Copyright (c) 2019-present, Louis Grenard [email protected]
Cheers!
*Note that all licence references and agreements mentioned in the Leon README section above
are relevant to that project's source code only.