Hello, World!

Hi. This blog post establishes the Bazil.org project. This is not an April Fool's joke.

There are more ambituous things floating in the background, but many people have expressed interest in this, so here's an early release: a Go FUSE filesystem programming library.

This is based on Russ Cox‘s fuse library, as hosted at https://code.google.com/p/rsc/source/browse/#hg%2Ffuse

Here's how to get going:

go get bazil.org/fuse

The github repository is at https://github.com/bazil/fuse

posted on 2013-04-01, tagged as fuse announce

Projects

Bazil is a distributed file system designed for single-person disconnected operation. It lets you share your files across all your computers, with or without cloud services.

FUSE is a programming library for writing file systems in userspace, in Go.