back to home

typst / packages

Packages for Typst.

915 stars
963 forks
57 issues
Rust

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing typst/packages in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/typst/packages)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Typst Packages The package repository for Typst, where package authors submit their packages. The packages submitted here are available on [Typst Universe][universe]. Package format A package is a collection of Typst files and assets that can be imported as a unit. A manifest with metadata is required at the root of a package. [Read more about the manifest format][manifest]. Published packages This repository contains a collection of published packages. Due to its early and experimental nature, all packages in this repository are scoped in a namespace. A package that is stored in in this repository will become available in Typst as . You must always specify the full package version. You can use template packages to create new Typst projects with the CLI with the command or the web application by clicking the _Start from template_ button. If you want to submit your own package, you can follow [our documentation on publishing packages][publishing] that will guide you through the process and give you some tips. Downloads The Typst compiler downloads packages from the namespace on-demand. Once used, they are cached in where is • or on Linux • on macOS • on Windows Importing a cached package does not result in network access. Local packages Want to install a package locally on your system without publishing it or experiment with it before publishing? You can store packages in to make them available locally on your system. Here, is • or on Linux • on macOS • on Windows You can create an arbitrary . A good namespace for system-local packages is . Using this namespace: • Store a package in • Import from it with . Packages in the data directory have precedence over ones in the cache directory. Note that future iterations of Typst's package management may change/break this local setup. License The infrastructure around the package repository is licensed under the terms of the Apache-2.0 license. Packages in are licensed under their respective license. [universe]: https://typst.app/universe/ [manifest]: docs/manifest.md [publishing]: docs/README.md