Update 2023-12-06: The proof was incomplete. I didn't cover the case where the $\bot$ pseudovariable was assigned the interpretation $\varnothing$.
You can tweak the topological semantics for S4 and IPC to get a semantics for minimal logic.
I'll assume the following two results.
- The standard topology on $\mathbb{R}$ (call it $\tau^R$) with $\mathbb{R}$ as the sole distinguished truth value is a sound and complete semantics for IPC.
- Minimal logic is exactly equivalent to IPC with $\bot$ interpreted as an extra propositional variable.
Given those two results, we can define the following semantics for minimal logic.
Let each unary and binary connective be defined on $\tau^R$ as for IPC. $\land$ and $\lor$ are $\cap$ and $\cup$ respectively. $\to$ is $i(\cdot^c \cup \cdot)$ where $i$ is the interior and ${}^c$ is the complement. Let $\lnot \cdot $ abbreviate $\cdot \to \bot$ as usual.
Let $\bot$ be interpreted as $(-1, 1)$ (for concreteness, any fixed nonempty open set will do).
Here's a proof of the soundness and completeness of this semantics.
Let $v$ be a mapping from variable symbols including the $\bot$ pseudo-variable to $\tau^R$.
Suppose the interpretation of $\bot$ is not $\varnothing$. Let $k$ be an affine function sending the interpretation of $\bot$ to $(-1, 1)$. Let $v''$ be $v$ with $k$ applied to the interpretation of each function.
Suppose the interpretation of $\bot$ is $\varnothing$. Then define a function $F$ in the following way: $F(0) = \{-1, 1\}$, $F(\alpha)$ is $1 + \alpha$ when $\alpha > 0$, $F(\alpha)$ is $-1 + \alpha$ when $\alpha < 0$.
Let $F(X)$ be defined as $(-1, 1) \cup \bigcup_{x \in X} F(x)$.
Intuitively, $F$ duplicates the point $0$ and then parts the waters between the positive and negative reals. We then throw back in $(-1, 1)$.
I claim that $v \models \varphi$ if and only if $v'' \models \varphi$. As proof, observe that the affine functions $k$ and our line-splitter function $F$ commute with each operation $\cap, \cup, {}^c, i$. And that $kX$ is $\mathbb{R}$ if and only if $X$ is $\mathbb{R}$ and likewise for $F$.
Therefore this topological semantics is a sound and complete semantics for IPC with $\bot$ interpreted as an extra variable.
Therefore this topological semantics is a sound and complete semantics for minimal logic.