All Projects → toltec-dev → Toltec

toltec-dev / Toltec

Licence: mit
Community-maintained repository of free software for the reMarkable tablet.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Toltec

Slick Repo
CRUD Repositories for Slick based persistence Scala projects.
Stars: ✭ 120 (-29.41%)
Mutual labels:  repository
Config
Manage Laravel configuration by persistent storage
Stars: ✭ 139 (-18.24%)
Mutual labels:  repository
Padroes De Commits
📄 Padrão de commits para repositórios.
Stars: ✭ 164 (-3.53%)
Mutual labels:  repository
Kubeapp
Some commonly used kubernetes app 🎉🎉🎉~~~
Stars: ✭ 125 (-26.47%)
Mutual labels:  repository
Release Belt
Composer repository implementation for ZIPs.
Stars: ✭ 133 (-21.76%)
Mutual labels:  repository
Gitconverter
Синхронизация хранилища конфигурации "1С:Предприятия" с репозиторием Git и последующим переходом на разработку в 1C:Enterprise Development Tools (1C:EDT) с сохранением истории
Stars: ✭ 149 (-12.35%)
Mutual labels:  repository
Spring Data Mock
Mock facility for Spring Data repositories
Stars: ✭ 110 (-35.29%)
Mutual labels:  repository
Git Meta
Repository for the git-meta project -- build your own monorepo using Git submodules
Stars: ✭ 171 (+0.59%)
Mutual labels:  repository
Repository
🖖Repository Pattern in Laravel. The package allows to filter by request out-of-the-box, as well as to integrate customized criteria and any kind of filters.
Stars: ✭ 134 (-21.18%)
Mutual labels:  repository
Vue.netcore
.NetCore+Vue2/Vue3+Element plus,前后端分离,不一样的快速开发框架;提供Vue2、Vue3版本,。http://www.volcore.xyz/
Stars: ✭ 2,338 (+1275.29%)
Mutual labels:  repository
Drat
Drat R Archive Template
Stars: ✭ 127 (-25.29%)
Mutual labels:  repository
Hyrax
Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
Stars: ✭ 131 (-22.94%)
Mutual labels:  repository
Ansible Role Repo Epel
Ansible Role - EPEL Repository for RHEL/CentOS
Stars: ✭ 149 (-12.35%)
Mutual labels:  repository
Mwdb Core
Malware repository component for samples & static configuration with REST API interface.
Stars: ✭ 125 (-26.47%)
Mutual labels:  repository
Patchman
Patchman is a Linux Patch Status Monitoring System
Stars: ✭ 163 (-4.12%)
Mutual labels:  repository
Antergos Packages
PKGBUILD's for antergos packages
Stars: ✭ 119 (-30%)
Mutual labels:  repository
Gh Latest Repos
Microservice to get the latest public GitHub repos from a user
Stars: ✭ 143 (-15.88%)
Mutual labels:  repository
Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (+1.18%)
Mutual labels:  repository
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (+0.59%)
Mutual labels:  repository
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (-14.12%)
Mutual labels:  repository

Toltec

Status of the stable repository Status of the testing repository rm1 rm2 Discord

Toltec is a community-maintained repository of free software for the reMarkable tablet.

Install it

Toltec works on top of the Opkg package manager and the Entware distribution, which are in widespread use in embedded devices. To automatically install Opkg, Entware and Toltec, run the bootstrap script in a SSH session on your reMarkable:

$ wget http://toltec-dev.org/bootstrap
$ echo "46f556b06f5624b48e974ae040b6213828eff6aa2cc78618a4d8961a27cdc8b3  bootstrap" | sha256sum -c && bash bootstrap

Warning: Make sure to run the second line above, which verifies the integrity of the downloaded script before running it. Since the built-in wget binary does not implement TLS, you will expose yourself to MITM attacks if you skip this step! The bootstrap script takes care of replacing the built-in wget with a safer version.

What does this script do? This script will create a .entware folder in your home directory, containing a complete Entware distribution (fetched from https://bin.entware.net/armv7sf-k3.2/), and permanently mount it to /opt. It will then configure Opkg for use with Toltec and configure your system to automatically find binaries from /opt. You are encouraged to audit the script yourself if you can.

Compatibility with remarkable_entware. If you have already installed Entware through Evidlo’s remarkable_entware, this script will detect the existing install and configure Toltec on top of it.

You now have access to all of the Toltec and Entware packages!

Browse the list of available packages →

Use it

To install a package:

$ opkg install calculator

To remove a package:

$ opkg remove calculator

To update all packages:

$ opkg update
$ opkg upgrade

See information about advanced Opkg commands →
Choose between stable and testing

Build it

This Git repository contains all the tools and recipes required to build the packages published on the package repository. This repository is automatically built and published every time that a commit is pushed to Git, using Github Actions. Since all the packaged software in Toltec is free, you can also build them from source yourself instead of using the pre-built binaries. The build process is fully reproducible, which means that you can verify that the published packages have not been tampered with during the automated build process.

Learn how to build the repository from source →

Improve it

Your contribution is welcome for adding new packages, updating existing ones or improving the build tooling.

Learn how to contribute to Toltec →

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].