# Roadmap

## Features

- [x] install packages in parallel, thanks to lx
- [x] package version control, thanks to rockspec
- [x] virtual environment, thanks to lx
- [x] minimal preinstalled packages
- [x] no extra dependencies while TeXLive needs perl, tcl/tk, ...
- [x] support Unix
- [ ] support Win32. We use shebang so a cmd wrapper is needed
- [x] a server to host packages: <https://ustctug.github.io/texrocks/>
- [ ] support lx's config's `entrypoint_layout` to customize search path

## Credit

- [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim): a neovim package
 manager powered by luarocks
- [apltex](https://github.com/RadioNoiseE/apltex): inspiration origin