CraftOS-PC App
bigtopaps logo

Application Development, Design, SEO, ASO, Marketing.
Shop Collectibles and Memorabilia.




Free Apps Paid Apps


Page Ranking Tool web tracker
share
CraftOS-PC App
Price: $ 0 USD - Free
Genre: Developer Tools
Developer: Jack Bruienne Developer: Jack Bruienne
Seller: Jack Bruienne Seller: Jack Bruienne
Rated: 4.73 out of 5 stars.
Based on 15 reviews.
Shop Collectibles and Memorabilia.
Details Description Screenshots Updates
❯ The CraftOS-PC App Review from the BigTopApps Team.
Introducing CraftOS-PC, the mobile app that has been shaking up the Developer Tools genre since 2021-07-23! With an astonishing 4.73 out of 5 stars on average, people can't stop raving about the incredible features and experiences the app offers. All built by the incredible team at Jack Bruienne.

🌟 What makes CraftOS-PC so special? 🌟

CraftOS-PC is a fantasy terminal that allows you to write and run programs inside an ‘80s-style text console. CraftOS-PC emulates the popular Minecraft mod "ComputerCraft", which adds programmable computers to Minecraft using the Lua programming language. CraftOS-PC takes this experience outside Minecraft to allow you to run the same programs an...

Whether you're a seasoned pro or a newbie in the digital world, CraftOS-PC app is designed to make your life easier, more fun, and more productive. Here are just a few highlights:
Screenshot 1 of CraftOS-PC App
Screenshot 2 of CraftOS-PC App
Screenshot 3 of CraftOS-PC App
Screenshot 4 of CraftOS-PC App
CraftOS-PC App Screenshots

share

🚀 Price: 0 USD
📈 Rating: 4.73 out of 5 stars. Based on 15 total reviews.
🎨 Content Rating: 4+
💡 New Features:
Happy new year! This release of CraftOS-PC finally brings Lua 5.2 support along with compa

But that's not all! The Jack Bruienne team is continuously improving and expanding CraftOS-PC to bring you even more exciting features at the palm of your hand, being last updated at 2024-03-14, the Jack Bruienne team works hard to stay ahead of the curve and bring you an exceptionally robust, secure, and up-to-date app.

Download and experience CraftOS-PC now and unlock a new journey in your mobile world – Your mobile device will thank you.! 📱💫

Also don't miss out on future mobile app features. Join the millions who have already discovered the magic of CraftOS-PC and download BigTopApps Discovery App today, and never miss a new app announcement and feature release again! We are also on the web at BigTopApps.com.
Download CraftOS-PC App
Apple AppStore - Google Play
Shop Collectibles and Memorabilia.
BestBuy - WalMart - Entertainment Earth
CraftOS-PC App Details
Available Since: 2021-07-23
Developer: Jack Bruienne
Seller: Jack Bruienne
Price: 0 USD
Current version: v2.8.1
Last Updated: 2024-03-14

Ratings: 4.73 out of 5 stars.
Based on 15 reviews. (Rate/Review)
Genre: Developer Tools
Filesize: 11.07MB
IOS Bundle ID: cc.craftos-pc.CraftOS-PC-iOS
Age Rating: 4+
Languages: EN

Videos: CraftOS-PC App Videos
Shop Collectibles and Memorabilia.
Download CraftOS-PC App
Apple AppStore - Google Play

CraftOS-PC Updates and Release Notes
Happy new year! This release of CraftOS-PC finally brings Lua 5.2 support along with compatibility with CC: Tweaked 1.109.3. In addition, it adds a new WebSocket server API, and lots and lots of critical crash fixes.

This version is a breaking release. Notably, all files are now handled in binary mode, which may break programs that have embedded UTF-8 characters (this was always discouraged for this reason). In addition, bytecode dumping and loading is disabled in standards mode, but it remains enabled when standards mode is disabled. However, despite the introduction of the goto keyword, it remains a valid identifier, so programs with variables or functions named goto should continue to function.

• Updated CC:T version to 1.109.3
• Update to Lua 5.2
• getfenv/setfenv now only work on Lua functions.
• Add support for goto.
• Remove support for dumping and loading binary chunks.
• Only disabled in standards mode
• File handles, HTTP requests and websocket messages now use raw bytes rather than converting to UTF-8.
• fs.open now supports r+/w+ modes.
• Add allow_repetitions option to textutils.serialiseJSON.
• math.random now uses Lua 5.4's random number generator.
• tostring now correctly obeys __name.
• Rewrote WebSocket server API (#337)
• Use server = http.websocketServer(port) to create a server handle
• server.listen() waits for a new connection, and returns a new WebSocket handle
• Handles have an additional clientID field for identifying the client connection
• server.close() closes the server
• Events are now under the websocket_server_ domain
• WebSocket close events now send the close code if available
• Fixed WebSocket ping messages causing the socket to close
• Fixed many memory corruption issues around ropes
• Fixed some issues with debug hooks and yielding
• Fixed crash when erroring from a debug hook (#326)
• Debuggers now inherit the mount list from the original computer (#327)
• Fixed memory reporting when using string.rep (#328)
• Fixed fs.getFreeSpace not checking parent directories if the path doesn't exist (#330)
• Fixed crash when using HTTP in the VS Code extension (#332)
• Fixed repeated websocket.close calls causing a crash (#336)
• xpcall error handlers can now yield
• Added onboarding screen for navigation bar instructions
This data was collected from public app stores.
Please note BigTopApps is not responsible for the content provided by the publicly accessible App Store API.
❯ CraftOS-PC App Description
CraftOS-PC App Icon
CraftOS-PC Apple Appstore App Download Button
CraftOS-PC Google Play App Download Button

CraftOS-PC is a fantasy terminal that allows you to write and run programs inside an ‘80s-style text console.

CraftOS-PC emulates the popular Minecraft mod "ComputerCraft", which adds programmable computers to Minecraft using the Lua programming language. CraftOS-PC takes this experience outside Minecraft to allow you to run the same programs anywhere you go.

CraftOS-PC provides a set of functions (called APIs) that make it super easy to do simple tasks such as write text to the screen, read files, and more. The simplicity of these functions makes CraftOS-PC great for new programmers, but their power makes it possible to write all sorts of complex programs with less code.

If you aren’t ready to write programs yet, there’s already a large number of programs for ComputerCraft that will work in CraftOS-PC, ranging from simple games to whole graphical operating systems. These can be downloaded through the built-in Pastebin and GitHub Gist clients.

• Full Lua 5.2+ scripting environment and command-line REPL
• 16-color text-based terminal display
• Expansive virtual filesystem for program and data storage
• Built-in shell with syntax similar to most desktop shells
• APIs to easily access terminal, filesystem, Internet, event queue, and more
• Built-in programs make it easy to navigate & edit files without a single line of code
• Plenty of help documents to assist programmers
• Compatibility with thousands of existing ComputerCraft programs
• Over 3x faster than Minecraft mod and comparable emulators
• Emulation of all peripherals available in ComputerCraft
• Easily access configuration from inside CraftOS
• Exclusive graphics mode providing up to 256-color, pixel-based screen manipulation
• Edit Lua scripts from CraftOS or other code editing apps
• Open-source app makes it easy to suggest and contribute changes

Documentation on all of the APIs that ComputerCraft provides are available at https://tweaked.cc, and CraftOS-PC’s unique APIs are described at https://www.craftos-pc.cc/docs/.

Join the CraftOS-PC community at https://www.craftos-pc.cc/discord!

Download CraftOS-PC App
Apple AppStore - Google Play




Apple TV MLS Season Pass Apple TV + Apple Music Free 3 Months
Discussions, Ratings, and Reviews for CraftOS-PC App
Updates, News, and Referral Code Requests.
Top Deals
Todays Top Electronics Deals
NEWSLETTER

Want BIG updates? Enter your email address:

Delivered Once Every Tuesday.


share
Featured: Feature Your App Here
Top Free Apps
ChatGPT - OpenAI
1
Introducing ChatGPT for iOS: OpenAI’s latest advancements at your fingertips. This official app is free, syncs your history across devices, and brings you the latest from OpenAI, includi...
Threads - Instagram, Inc.
2
Say more with Threads — Instagram’s text-based conversation app. Threads is where communities come together to discuss everything from the topics you care about today to what’ll be trend...
GoWish - Your Digital Wishlist - Onskeskyen ApS
3
What can GoWish be used for? GoWish is your digital wishlist, where you can create and save all your wishes in one place. Download the GoWish app, create a profile, and add wishes that yo...
Google Gemini - Google
4
Google Gemini app is your personal, proactive and powerful AI Assistant. With Gemini on your iPhone or iPad, you can: - Go Live with Gemini to brainstorm ideas, simplify complex topics,...
Sora by OpenAI - OpenAI
5
Turn your ideas into videos and drop yourself into the action. Sora is a new kind of creative app that turns text prompts and images into hyperreal videos with sound using the latest adv...
Google - Google
6
Download the Google app to stay in the know about things that matter to you. Try AI Overviews, find quick answers, explore your interests, and stay up to date with Discover. The more you ...
Top Paid Apps
Geometry Dash - RobTop Games AB
1
Jump and fly your way through danger in this rhythm-based action platformer! "Frustratingly wonderful" - Kotaku "Geometry Dash provides all of the challenge expected from an “impossibl...
Minecraft: Dream it, Build it! - Mojang
2
Dive into an open world of building, crafting and survival. Gather resources, survive the night, and build whatever you can imagine one block at a time. Explore and craft your way through...
Plague Inc. - Ndemic Creations
3
Can you infect the world? Plague Inc. is a unique mix of high strategy and terrifyingly realistic simulation. Your pathogen has just infected 'Patient Zero'. Now you must bring about th...
Shadowrocket - Shadow Launch Technology Limited
4
Rule based proxy utility client for iPhone/iPad. - Capture all HTTP/HTTPS/TCP traffic from any applications on your device, and redirect to the proxy server. - Record and display HTTP, H...
HotSchedules - HotSchedules
5
HotSchedules is the industry's leading employee scheduling app because it’s the fastest and easiest way to manage your schedule and communicate with your team. Team members love it bec...
Stardew Valley - ConcernedApe
6
Move to the countryside, and cultivate a new life in this award-winning open-ended farming RPG! With over 50+ hours of gameplay content and new Mobile-specific features, such as auto-save...
Top Grossing Apps
ChatGPT - OpenAI
1
Introducing ChatGPT for iOS: OpenAI’s latest advancements at your fingertips. This official app is free, syncs your history across devices, and brings you the latest from OpenAI, includi...
YouTube - Google
2
Get the official YouTube app on iPhones and iPads. See what the world is watching -- from the hottest music videos to what’s popular in gaming, fashion, beauty, news, learning and more. S...
TikTok - Videos, Shop & LIVE - TikTok Ltd.
3
TikTok is THE destination for mobile videos. On TikTok, short-form videos are exciting, spontaneous, and genuine. Whether you’re a sports fanatic, a pet enthusiast, or just looking for a ...
MONOPOLY GO! - Scopely, Inc.
4
Hit GO! Roll the dice! Earn MONOPOLY money, interact with your friends, family members and fellow Tycoons from around the world as you explore the expanding universe of MONOPOLY GO! It’s ...
Last War:Survival - FUNFLY PTE. LTD.
5
A global zombie infestation has converted many into zombies. As a survivor, your primary goal is to retain your humanity and survive - Think Fast, Move Faster! Begin your journey with a...
Royal Match - Dream Games
6
King Robert needs your help to restore Royal Castle’s former glory. Break the obstacles and combine amazing power-ups to beat joyful and challenging levels! Keep unlocking wonderful areas...

© 2025 BigTopApps -
Privacy Policy - Troubleshooting Guide - Directory - Contact Us
LiveDataLink Development.

This data was collected from public app stores.
Please note BigTopApps is not responsible for the content provided by the publicly accessible App Store API.

Affiliate Disclosure Disclaimer
The BigTopApps, BigTopApps.com, and all connected websites, social media platforms, and media outlets are part of a professional website network.
Please note that we may receive compensation from various entities whose products and services we review, promote, and/or endorse.
We are independently owned and the opinions expressed here are our own, except where indicated.