Chip Hippo ← Back to site

Settings

Chip Hippo keeps its handful of app-wide preferences in one small Settings dialog — a tabbed master-detail card with a left nav rail and a panel on the right. It's deliberately minimal: four tabs, a few controls each, applied live the moment you change them.

The Settings dialog

Opening Settings

Open the dialog with Cmd/Ctrl+,, or click the gear icon in the top-right corner of the header. Both routes lead to the same dialog seeded with your current settings, so it doesn't matter which you use.

Several settings carry a small beside their label. Click it for a note explaining what the setting does and what it doesn't touch; Esc, a click anywhere outside the note, or the ⓘ again closes it. The first Esc closes the note and the next one closes Settings, so you never lose the dialog by dismissing a note.

Appearance

The Appearance tab is the one the dialog opens on:

Everything but the LED colour and the wire layout takes effect immediately — there's no separate Apply or OK step. (Changing the language is the one setting that closes and reopens this dialog, so the card you're looking at comes back in the language you just picked, on the tab you were reading.)

Data Sheets

The Data Sheets tab points Chip Hippo at an external folder of manufacturer datasheet PDFs on your machine. Click Browse… to pick a folder with the native file picker; the chosen path is shown next to it, with a Clear button that resets it to no folder selected.

Name the PDFs in that folder after each chip's catalog reference (for example 74LS00.pdf). When a chip's file is found there, its pin-assignments window grows a button that opens the PDF in your system's default viewer. This is separate from the small datasheet crop the pinout window already shows for most chips — the external folder is for the full manufacturer document, not the built-in crop.

If you don't already have a collection, Download… fetches one for you. It pulls a datasheet for every part Chip Hippo has a published source on file for, names each file after the part it belongs to, and points the setting above at that folder when it's done — so the buttons appear with nothing else to set up. A progress window counts the files in and names anything that couldn't be fetched; closing it stops the download and keeps whatever already arrived. The sources are:

Expect a few tens of megabytes in total; the modern manufacturer PDFs are much larger than the old scans.

Between them they don't carry every part in the catalog, so some chips will still have no PDF button. Press Download… again whenever you like — it replaces what it fetched last time. It always writes to Chip Hippo's own folder and never to one you picked yourself, so a collection of your own is never overwritten: Browse… and Download… are simply two ways of setting the same folder, and whichever you did last is the one in effect.

AI

The AI tab is where you point Chip Hippo at your own AI connection, for the AI circuit builder. Nothing here is required — the app works completely without it, and contacts no AI provider until a connection is configured and you ask the builder for something. (The only other times Chip Hippo reaches the network at all are the datasheet Download… button above, while you're pressing it, and the update check on the About tab below, which is switched off until you turn it on.)

The AI tab of the Settings dialog

The key is never written to Chip Hippo's settings file. It's handed to your operating system's own secure credential store — Keychain on macOS, the Credential Manager on Windows, the desktop keyring on Linux — encrypted, and it's never read back into the app's window afterwards; the dialog only learns whether a key is stored. If no secure store is available on your system, Chip Hippo refuses to save the key and says so rather than quietly writing it out in the clear.

About

The About tab shows which version of Chip Hippo you're running, and is where updates are handled.

When an update is found it downloads quietly in the background; you can carry on working, and there's no progress bar in your way. Once it's ready a Restart to update button appears here, and a notice appears in the corner of the desk with a Restart button of its own. Nothing is installed until you say so. If you'd rather not stop what you're doing, ignore it — the update installs by itself the next time you quit Chip Hippo, and restarting here runs the same "you have unsaved changes" prompt that quitting does, so a design in progress is never lost to an update.

The check itself is the only thing sent, and only to GitHub. Chip Hippo has no analytics and reports nothing about you or your circuits.

You'll see this tab differently depending on where your copy came from. A copy installed from the Mac App Store updates through the App Store like every other app there, so this tab shows only the version and says so — there are no controls, because there'd be nothing for them to do. A development build says that updates are only available in installed builds.

What else persists automatically

A few things aren't part of this dialog but are remembered between sessions without any action on your part: the app window's position and size, the desk camera — your current pan position and zoom level — and which panels you left open (the parts tray, the build guide, the analyzer, the AI builder). The ones you can resize remember that too: the parts tray's width, and the analyzer and AI builder's height. Close Chip Hippo and reopen it, and you're back exactly where you left off.

The desk padlock is the deliberate exception — it's session-only and starts open every launch (see The Desk & Breadboards).

See Files, Saving & Undo for how your circuit itself is saved.