https://github.com/toltec-dev/toltec
Community-maintained repository of free software for the reMarkable tablet.
https://github.com/toltec-dev/toltec
opkg remarkable-tablet repository
Last synced: 2 months ago
JSON representation
Community-maintained repository of free software for the reMarkable tablet.
- Host: GitHub
- URL: https://github.com/toltec-dev/toltec
- Owner: toltec-dev
- License: mit
- Created: 2020-08-28T14:04:52.000Z (over 5 years ago)
- Default Branch: stable
- Last Pushed: 2025-04-09T15:01:48.000Z (11 months ago)
- Last Synced: 2025-04-09T16:22:17.872Z (11 months ago)
- Topics: opkg, remarkable-tablet, repository
- Language: Shell
- Homepage: https://toltec-dev.org
- Size: 1.82 MB
- Stars: 813
- Watchers: 20
- Forks: 69
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
- Security: docs/security.md
Awesome Lists containing this project
- awesome-github-repos - toltec-dev/toltec - Community-maintained repository of free software for the reMarkable tablet. (Shell)
README
## Toltec


[](https://remarkable.com/store/remarkable)
[](https://remarkable.com/store/remarkable-2)
[](https://discord.gg/ATqQGfu)
Toltec is a community-maintained repository of free software for the [reMarkable tablet](https://remarkable.com/).
### Installation and Use
Please refer to [the Toltec website](https://toltec-dev.org/) for up-to-date information on how to install and use Toltec.
### Building
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](https://docs.github.com/en/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](https://reproducible-builds.org/), 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 →](docs/building.md)
### Contributing
Your contribution is welcome for adding new packages, updating existing ones or improving the build tooling.
[Learn how to contribute to Toltec →](docs/contributing.md)