Installation
How to access, install, and run Timtam across your devices.
Web Version (Recommended)
The easiest and fastest way to use Timtam is directly through your web browser. Because the application processes memory addressing and ISO parsing locally using WebAssembly, you get native-like speed without the hassle of downloading an executable file.
Simply navigate to the main patcher page and drop in your `.bin` or `.iso` file to begin modding immediately.
PWA Installation (Offline Access)
You can install Timtam as a Progressive Web App (PWA). This installs a shortcut to your desktop or mobile home screen and caches the application, allowing you to run it completely offline.
- Google Chrome & Microsoft Edge: Look for the installation icon (often a monitor with a downward arrow or a plus sign) located on the right side of the URL address bar. Click it and select Install.
- Safari (iOS): Tap the Share button at the bottom of the screen, scroll down, and select "Add to Home Screen".
- Android (Chrome): A prompt should appear at the bottom of the screen suggesting to add the app. Alternatively, tap the three-dot menu and select "Install app" or "Add to Home screen".
Local Development
If you wish to contribute to the project, add your own custom hex patching tools, or host your own version of Timtam, you can run the project locally. Timtam is built using Vite, Preact, and Tailwind CSS.
The development server will typically start at http://localhost:5173. From there, you can edit src/config/tools.ts to define your own offsets and dynamically add new patching tools to the UI.