SkillAgentSearch skills...

Makerw

playing with tmpfs on ios

Install / Use

/learn @EthanArbuckle/Makerw
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MakeRW

A tool to make read-only paths writable without modifying the rootfs. Supports persisting changes across reboots.

Usage

# Create writable overlay (make a RO directory RW)
makerw create /usr/local/lib/

# Modify files in the directory
echo "foo" > /usr/local/lib/new_file

# Save changes to persist after reboot
makerw commit /usr/local/lib/

# After reboot, restore overlays to the saved state:
makerw reapply

# And the test file should still be there
cat /usr/local/lib/new_file
> foo

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1mo ago
Forks3

Languages

Objective-C

Security Score

75/100

Audited on Feb 6, 2026

No findings