0 downloads 7 views Jul 22, 2026
profile profile

plan9k by four pebbles , Ving

Updated Jul 22, 2026
project thumbnail

plan9k

plan9k (pronounced plan 9000 or plank) is a custom OS made for CC:Tweaked. its main purpose is exploding but yea

Features

plan9k includes a Linux-based file system with bin/, dat/, and usr/, as well as usr/bin, usr/dat, and usr/docs. These folders can be used to organize files and programs better. plan9k introduces segmentation faults, allowing your programs to shut down your computer in cooler ways. plan9k has an update system, allowing you to upgrade to a new version of plan9k using the "update" command. plan9k grants access to Plankman, a package manager allowing you to install various programs automatically. plan9k adds _everything, an incredibly powerful tool for programs.

Versions plan9k has two main versions:

The legacy edition. This is a very old version that has almost none of the features listed above. Don't use it. The nightly edition. Includes all features and is actively maintained. You can quickly install it with "pastebin run n9eyBLQ2".

Development Developing on plan9k grants you access to various built-in utility APIs as well as the base plan9k API. You can check for the presence of plan9k with "if plan9k". Once you know plan9k exists, you can do various things with it, like:

Setting a help message for your program using "plan9k.setHelpCommand(programName, message)" to inform people on how to use your program. Make use of plan9k.systemRequire and plan9k.userRequire to get APIs in /dat and /usr/dat respectively. Use _everything.

You should place all of your program's files in usr/bin, usr/dat, and usr/docs. /bin is for the Lua, /dat is for assets and APIs, and /docs is for program/API documentation.

You can join our discord server at https://discord.gg/VxbNfuuerK

wget run https://pinestore.cc/d/245
Git Repository
comments
You can login with Discord to leave comments and reply to others!
There are no comments yet