TeXbld-manager can install and manage different versions of TeXbld.
TeXbld is available as a nix flake. Run nix profile install github:texbld/texbld
for the bleeding-edge version or nix profile install github:texbld/texbld/release-0.3
for the latest stable release.
Note: You may want to use a virtual environment to prevent texbld's dependencies from causing conflicts.
pip install -U texbld
from your command line, which pulls the latest version of TeXbld from the pypi registry.texbld
to verify that the program is installed and to create all of the necessary directories.The dependency-free zipapp (built nightly by the GitHub CI) is available here
The following directories will store all of TeXbld's configurations and cache:
~/.config/texbld
- configuration directory~/.config/texbld/packages
- local images~/.cache/texbld
- cache directory