Solve in real numbers $$x^{x^{-3}}=2^{x^{-3}-2^{x-3}}$$
My attempt
To be honest this is not an actual attempt, but that is all I could do. That question was shared in a math group. $x^{-3}$ together with $x-3$ is mind blowing. The first thing I did to answer the question was to set up graphics .
There is exactly one real root and this root appears to be positive. As a result of numerical approximation $x\approx1.28237148900997...$
I could not approach the question algebraically. The question is beyond my knowledge. But out of curiosity I tried a lot of rational and irrational numbers, for example $x=\frac{\sqrt {41}}{5}$. I could not find a number matching the number $x\approx 1.2823$
Does the equation have a solution known as a closed form, or can it ?
Answers from all perspectives are appreciated.

Solution
Let $x=2w$: $$x^{x^{-3}}=2^{x^{-3}-2^{x-3}}\iff-\log_2\left(\frac x2\right)=2^{x-3}x^3\iff -\log_2(w)=4^ww^3$$
and notice the graphs cross at $(w,w)$
so we set one equal to $w$ and use Lambert W:
$$w=-\log_2(w)\iff w2^w=1\\\boxed{x=2\frac{\operatorname W(\ln(2))}{\ln(2)}=2e^{-\operatorname W(\ln(2))}}$$
Equation Derivation
The solution is not fully rigorous where it says the graphs cross at $(w,w)$, so here is probably how the equation’s creator made it, for a clearer perspective. Start with a transcendental equation and solve for $w$:
$$w2^w=1\implies \color{blue}w=-\log_2(w)$$
Also, square both sides and multiply by $w$ in the starting equation:
$$w2^w=1\iff (w 2^w)^2w=1^2w\iff4^ww^3=\color{blue}w$$
Since the two equations marked in blue both equal $w$, equate them and rearrange:
$$-\log_2(w)=4^ww^3\iff w^{w^{-3}}=2^{-4^w}$$
Finally, substitute $w=\frac x2$:
$$w^{w^{-3}}=2^{-4^w} \iff x^{x^{-3}}=2^{x^{-3}-2^{x-3}}$$