| Name | Version | Client Server | Lang | OSs | License | Comments |
|---|---|---|---|---|---|---|
| Plan 9 from Bell Labs | 9p2000 | Client Server | C | Plan 9, Plan B | LPL | The original and 'reference' implementation as part of the Plan 9 operating system. |
| plan9port | 9p2000, 9p2000.u | Client Server | C | Most Unix variants | LPL/MIT | Plan 9 from User Space(aka plan9port) is a port of many user space utilities and libraries from Plan 9 to Unix systems. |
| Inferno | 9p2000 | Client Server | Limbo | All Inferno host systems | GPL/BSD | Part of the Inferno operating system, can run hosted on top of other systems. |
| v9fs | 9p2000, 9p2000.u | Client | C | Linux | GPL | File system driver for the Linux kernel. |
| py9p | 9p2000 | Client Server | Python | - | Public Domain | 9P implementation in pure python. |
| libixp | 9p2000 | Client Server | C | All Unix variants | MIT | Originally as part of the wmii project. |
| Ruby-IXP | 9p2000 | Client Server(?) | Ruby | - | GPL | A simple and fast client implementation in pure Ruby. |
| Rstyx | 9p2000 | Client Server(?) | Ruby | - | LGPL/Ruby License | Another pure Ruby implementation. |
| Jstyx | 9p2000 | Client Server | Java | - | BSD License | A 9P implementation in pure Java, also includes special libraries for grid services. |
| ninep | 9p2000 | Client | Lisp | - | MIT | A multi-threaded client implementation in Lisp. |
| 9pvfs.tcl | 9p2000 | Client Server | TCL | - | Public Domain? | Transparent access to 9P server from TCL. |
| 9pc | 9p2000 | Client Server | C# | - | Public Domain? | 9P for .NET environments. |
| rii | 9p2000 | Client | C/Ruby | - | MIT? | Ruby bindings to the libixp library. |
| ocaml-9p | 9p2000 | Client | Ocaml | - | BSD | OCaml-9P is a pure OCaml implementation. |
| styx-n-9p | 9p2000 | Client | Java | - | MIT | Client only multi-threaded Java implementation including Inferno authentication support. |
| r9p | 9p2000 | Client | Ruby | - | MIT | A simple client implementation for Ruby. It supports the operations of the IO class by providing a true file descriptor through a proxy thread. |
| 9puffs | 9p2000 | Client | C | NetBSD | BSD | Userspace file system driver implemented on top of puffs. |