GitHubVFS exposes a single repository at a ref as a read-only
filesystem. Reads stream blobs through GitHub’s
REST API; it does not imitate another CLI.
Setup steps for the personal access token live at GitHub Credentials.
Node
create fetches the repo’s git tree before it
builds the VFS, so it has to be awaited. Python deliberately differs
here: GitHubVFS(...) is an ordinary call that contacts nothing, and
hydrates the tree on first read, which is what lets its build_vfs
stay synchronous.
Browser
Config
Mount mode
read. Writes are not yet exposed.
For the mounted layout (refs, paths, blob caching) see the Python GitHub docs.