Create simple SQLite databases with Libre Lists.
- No Ads
- No Tracking
- Lightweight
- No account needed
- Self-hosting
- Unrestricted databases sizes
- Themes
- Addons
Easily install Libre Lists on your server
You need to have Python with virtualenv and Git installed
curl https://raw.githubusercontent.com/AdrBog/LibreLists/refs/heads/main/install.sh | sh
Run these commands:
git clone https://github.com/AdrBog/LibreLists.git
cd LibreLists
python -m venv venv
source venv/bin/activate
pip install flask flask-cors python-magic
python -m flask run -p 5001
Future documentation will be added using pydoc You can view the documentation using pdoc
pdoc app.py utils.py
Libre Lists
Minimalistic Free and Open Source alternative to Microsoft Lists written in Python and Flask.
Copyright (C) 2023 Adrian Bogdan and contributors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.